|
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.AttributesModel
public abstract class AttributesModel
An AttributesModel is a collection of BaseAttributeDescriptor.
Constructor Summary | |
---|---|
AttributesModel() |
Method Summary | |
---|---|
abstract java.util.List<BaseAttributeDescriptor> |
getAttributes() Retieve the flatten list of BaseAttributeDescriptor in this model. |
abstract java.util.List<BaseAttributeDescriptor> |
getGroupAttributes(java.lang.String groupName) Retieve the list of BaseAttributeDescriptor in this model for the specified group. |
abstract java.util.List<Descriptor> |
getHierarchicalAttributes() Retieve the hierarchical list of BaseAttributeDescriptor in this model. |
abstract java.util.List<BaseAttributeDescriptor> |
getLinkedViewAttributes(java.lang.String linkedViewAccessorName) Retieve the list of BaseAttributeDescriptor in this model based on the accessor name. |
abstract java.lang.String |
getName() Returns the name of the model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributesModel()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract java.util.List<BaseAttributeDescriptor> getAttributes()
public abstract java.util.List<Descriptor> getHierarchicalAttributes()
public abstract java.util.List<BaseAttributeDescriptor> getGroupAttributes(java.lang.String groupName)
groupName
- the groupName whose BaseAttributeDescriptor to be retrieved.public abstract java.util.List<BaseAttributeDescriptor> getLinkedViewAttributes(java.lang.String linkedViewAccessorName)
linkedViewAccessorName
- the name of the accessor whose BaseAttributeDescriptor to be retrieved.
|
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 |