|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.2) E10684-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.rich.model.Descriptor
oracle.adf.view.rich.model.BaseAttributeDescriptor
public abstract class BaseAttributeDescriptor
A BaseAttributeDescriptor represents an attribute that is part of a view object (in ADF) or any other model object.
Field Summary | |
---|---|
static java.lang.String |
DESCRIPTOR_TYPE_ATTRIBUTE |
Fields inherited from class oracle.adf.view.rich.model.Descriptor |
---|
DESCRIPTOR_TYPE_DEFAULT |
Constructor Summary | |
---|---|
BaseAttributeDescriptor() |
Method Summary | |
---|---|
abstract AttributeDescriptor.ComponentType |
getComponentType() Returns the component to use to render the value part of the search field. |
javax.faces.convert.Converter |
getConverter() Returns a converter instance to use with this Attribute. |
java.lang.String |
getDescriptorType() Returns "ATTRIBUTE" as descriptor type of this object. |
java.lang.String |
getFormat() Returns a format to use when showing a locale specific value for this attribute. |
java.lang.String |
getGroupName() Returns the group name that this attribute belongs to. |
abstract int |
getLength() Returns the size of the text control specified by the number of characters shown. |
abstract int |
getMaximumLength() Returns the the maximum number of characters per line that can be entered into the text control. |
abstract java.lang.Object |
getModel() Returns the model object that represents the data for the component. |
java.lang.String |
getPlaceholder() Returns the placeholder text for the attribute |
java.util.TimeZone |
getTimeZone() Returns a TimeZone to be set on the DateTimeConverter associated with this Attribute. |
abstract java.lang.Class |
getType() Returns the data type of the attribute. |
javax.faces.validator.Validator |
getValidator() Returns a Validator instance to use with this Attribute. |
boolean |
hasDefaultConverter() Returns a boolean to specify whether there is a default converter based on the data type This default converter will be created and attached to the component. |
abstract boolean |
isReadOnly() Whether the attribute is readOnly. |
abstract boolean |
isRequired() Whether the attribute is required or not. |
Methods inherited from class oracle.adf.view.rich.model.Descriptor |
---|
getDescription, getLabel, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DESCRIPTOR_TYPE_ATTRIBUTE
Constructor Detail |
---|
public BaseAttributeDescriptor()
Method Detail |
---|
public abstract AttributeDescriptor.ComponentType getComponentType()
public java.lang.String getFormat()
public javax.faces.convert.Converter getConverter()
public java.util.TimeZone getTimeZone()
public javax.faces.validator.Validator getValidator()
public abstract int getLength()
public abstract int getMaximumLength()
public abstract java.lang.Object getModel()
public java.lang.String getDescriptorType()
getDescriptorType
in class Descriptor
public java.lang.String getGroupName()
public abstract java.lang.Class getType()
public abstract boolean isReadOnly()
public abstract boolean isRequired()
public java.lang.String getPlaceholder()
public boolean hasDefaultConverter()
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.2) E10684-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |