Skip navigation links
oracle.adf.view.rich.model
Class AttributeDescriptor
java.lang.Object
oracle.adf.view.rich.model.Descriptor
oracle.adf.view.rich.model.BaseAttributeDescriptor
oracle.adf.view.rich.model.AttributeDescriptor
- Direct Known Subclasses:
- ColumnDescriptor
-
public abstract class AttributeDescriptor
- extends BaseAttributeDescriptor
An AttributeDescriptor represents a querable attribute.
| Methods inherited from class oracle.adf.view.rich.model.BaseAttributeDescriptor |
getComponentType, getConverter, getDescriptorType, getFormat, getGroupName, getLength, getMaximumLength, getModel, getTimeZone, getType, getValidator, hasDefaultConverter, isReadOnly, isRequired |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR_TYPE_ATTRIBUTE
public static final String DESCRIPTOR_TYPE_ATTRIBUTE
- Deprecated. use BaseAttributeDescriptor.DESCRIPTOR_TYPE_ATTRIBUTE instead.
- See Also:
- Constant Field Values
AttributeDescriptor
public AttributeDescriptor()
getSupportedOperators
public abstract Set<AttributeDescriptor.Operator> getSupportedOperators()
- Returns a Set of operators to use for the current attribute. This is particularly used when performing a QBE based on a value entered by user.
-
- Returns:
- a Set<Operator<
isIndexed
public boolean isIndexed()
- Indicates whether the attribute is part of an index in the data model. This information may be used to render a special indicator.
-
- Returns:
- a boolean true/false value. The default implementation returns false.
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.