public abstract class AttributeDescriptor extends BaseAttributeDescriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeDescriptor.ComponentType
List of component types.
|
class |
AttributeDescriptor.Operator
Represents an operator supported by an attribute.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTOR_TYPE_ATTRIBUTE
Deprecated.
use BaseAttributeDescriptor.DESCRIPTOR_TYPE_ATTRIBUTE instead.
|
DESCRIPTOR_TYPE_DEFAULT| Constructor and Description |
|---|
AttributeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<AttributeDescriptor.Operator> |
getSupportedOperators()
Returns a Set of operators to use for the current attribute.
|
boolean |
isIndexed()
Indicates whether the attribute is part of an index in the data model.
|
getComponentType, getConverter, getDescriptorType, getFormat, getGroupName, getLength, getMaximumLength, getModel, getPlaceholder, getTimeZone, getType, getValidator, hasDefaultConverter, isReadOnly, isRequiredgetDescription, getLabel, getNamepublic static final String DESCRIPTOR_TYPE_ATTRIBUTE
public abstract Set<AttributeDescriptor.Operator> getSupportedOperators()
public boolean isIndexed()