Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c (12.1.2)
E23185-01


oracle.adf.view.rich.model
Class GroupAttributeDescriptor

java.lang.Object
  extended by oracle.adf.view.rich.model.Descriptor
      extended by oracle.adf.view.rich.model.GroupAttributeDescriptor


public abstract class GroupAttributeDescriptor
extends Descriptor

Field Summary
static String DESCRIPTOR_TYPE_GROUP
           

 

Fields inherited from class oracle.adf.view.rich.model.Descriptor
DESCRIPTOR_TYPE_DEFAULT

 

Constructor Summary
GroupAttributeDescriptor()
           

 

Method Summary
 List<AttributeDescriptor> getAttributes()
          Returns a list of AttributeDescriptor objects this category holds
 List<? extends Descriptor> getDescriptors()
          Returns a list of Descriptor objects this category holds
 String getDescriptorType()
          Returns "GROUP" as descriptor type of this object.

 

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

DESCRIPTOR_TYPE_GROUP

public static final String DESCRIPTOR_TYPE_GROUP
See Also:
Constant Field Values

Constructor Detail

GroupAttributeDescriptor

public GroupAttributeDescriptor()

Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c (12.1.2)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.