Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.model.LocalRowKeyIndex.Confidence

Packages that use LocalRowKeyIndex.Confidence
org.apache.myfaces.trinidad.component   
org.apache.myfaces.trinidad.model   

 

Uses of LocalRowKeyIndex.Confidence in org.apache.myfaces.trinidad.component

 

Methods in org.apache.myfaces.trinidad.component that return LocalRowKeyIndex.Confidence
 LocalRowKeyIndex.Confidence UIXCollection.getEstimatedRowCountConfidence()
          Helper API to determine if the row count returned from UIXCollection.getEstimatedRowCount() is EXACT, or an ESTIMATE

 

Uses of LocalRowKeyIndex.Confidence in org.apache.myfaces.trinidad.model

 

Methods in org.apache.myfaces.trinidad.model that return LocalRowKeyIndex.Confidence
 LocalRowKeyIndex.Confidence CollectionModel.getEstimatedRowCountConfidence()
          Helper API to determine if the row count returned from CollectionModel.getEstimatedRowCount() is EXACT, or an ESTIMATE.
 LocalRowKeyIndex.Confidence LocalRowKeyIndex.getEstimatedRowCountConfidence()
          Helper API to determine if the row count returned from LocalRowKeyIndex.getEstimatedRowCount() is EXACT, or an ESTIMATE
 LocalRowKeyIndex.Confidence CollectionModelDecorator.getEstimatedRowCountConfidence()
           
static LocalRowKeyIndex.Confidence LocalRowKeyIndex.Confidence.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LocalRowKeyIndex.Confidence[] LocalRowKeyIndex.Confidence.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 


Skip navigation links


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.