Skip navigation links
oracle.adf.view.rich.model
Class GroupAttributeDescriptor
java.lang.Object
oracle.adf.view.rich.model.Descriptor
oracle.adf.view.rich.model.GroupAttributeDescriptor
-
public abstract class GroupAttributeDescriptor
- extends Descriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR_TYPE_GROUP
public static final String DESCRIPTOR_TYPE_GROUP
-
- See Also:
- Constant Field Values
GroupAttributeDescriptor
public GroupAttributeDescriptor()
getDescriptorType
public String getDescriptorType()
- Returns "GROUP" as descriptor type of this object. This is used to differentiate descriptor objects as either Attributes or AttributeGroup.
-
- Overrides:
getDescriptorType
in class Descriptor
-
- Returns:
- String
getDescriptors
public List<? extends Descriptor> getDescriptors()
- Returns a list of Descriptor objects this category holds
-
- Returns:
- A list of object whose type if subclass of Descriptor
getAttributes
public List<AttributeDescriptor> getAttributes()
- Returns a list of AttributeDescriptor objects this category holds
-
- Returns:
- List<AttributeDescriptor&rt;
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.