Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.3)
E10684-11


oracle.adf.view.rich.model
Class BaseGroupAttributeDescriptor

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


public abstract class BaseGroupAttributeDescriptor
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
BaseGroupAttributeDescriptor()
           

 

Method Summary
 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

BaseGroupAttributeDescriptor

public BaseGroupAttributeDescriptor()

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

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.3)
E10684-11


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