Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


Uses of Class
oracle.adf.view.rich.model.AttributeDescriptor.Operator

Packages that use AttributeDescriptor.Operator
oracle.adf.view.rich.model   

 

Uses of AttributeDescriptor.Operator in oracle.adf.view.rich.model

 

Methods in oracle.adf.view.rich.model that return AttributeDescriptor.Operator
abstract  AttributeDescriptor.Operator AttributeCriterion.getOperator()
          Gets the default operator to use for the search field.

 

Methods in oracle.adf.view.rich.model that return types with arguments of type AttributeDescriptor.Operator
abstract  java.util.Map<java.lang.String,AttributeDescriptor.Operator> AttributeCriterion.getOperators()
          Gets a map of operators supported by a criterion.
abstract  java.util.Set<AttributeDescriptor.Operator> AttributeDescriptor.getSupportedOperators()
          Returns a Set of operators to use for the current attribute.

 

Methods in oracle.adf.view.rich.model with parameters of type AttributeDescriptor.Operator
 AttributeDescriptor.ComponentType AttributeCriterion.getComponentType(AttributeDescriptor.Operator operator)
          Returns the component type to be used to render the criterion's value field(s) based on the operator that is passed in.
abstract  void AttributeCriterion.setOperator(AttributeDescriptor.Operator operator)
          Sets a value for the operator to use for a search field when performing a query.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.