Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.9.0)
E52936-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 java.lang.String DESCRIPTOR_TYPE_GROUP
           

 

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

 

Constructor Summary
GroupAttributeDescriptor()
           

 

Method Summary
 java.util.List<AttributeDescriptor> getAttributes()
          Returns a list of AttributeDescriptor objects this category holds
 java.util.List<? extends Descriptor> getDescriptors()
          Returns a list of Descriptor objects this category holds
 java.lang.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 java.lang.String DESCRIPTOR_TYPE_GROUP
See Also:
Constant Field Values

Constructor Detail

GroupAttributeDescriptor

public GroupAttributeDescriptor()

Method Detail

getDescriptorType

public java.lang.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 java.util.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 java.util.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
11g Release 1 (11.1.1.9.0)
E52936-01


Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.