Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


oracle.ide.inspector.layout
Class DisplayGroup

java.lang.Object
  extended by oracle.ide.inspector.layout.ExtensibleElement
      extended by oracle.ide.inspector.layout.ExtensibleGroup
          extended by oracle.ide.inspector.layout.DisplayGroup

All Implemented Interfaces:
Identifiable, Element, Extensible
Direct Known Subclasses:
PropertyFormLayoutAssembly.DisplayGroupAssembly

public abstract class DisplayGroup
extends ExtensibleGroup

Display groups collect a number of displayable elements into meaningful groups that are hidden from view when the display group is not in its expanded state.

Display elements include one or more Propertys, Rows, CustomComponent, and/or ChoiceGroup.

Display groups are identified by a unique identifier. These identifier generally follow the java package naming convention. Display groups are extensible elements and as such, extensions can add display elements to an existing display group only when they provide a property model that extends the properties of the property model associated the existing display group.

Display elements added to an existing display group are always appended to the group.


Field Summary
static java.lang.String DISPLAY_GROUP
           

 

Fields inherited from class oracle.ide.inspector.layout.ExtensibleGroup
EXPANDED, HINT, TITLE

 

Fields inherited from interface oracle.ide.inspector.layout.Element
EXTENDS, ID, PART_OF

 

Constructor Summary
DisplayGroup()
           

 

Method Summary
 java.lang.String toString()
           

 

Methods inherited from class oracle.ide.inspector.layout.ExtensibleGroup
getBase, getExtensible, getHint, getTitle, isExpanded, isExtensible, mayHaveChildren

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface oracle.ide.inspector.layout.Element
getChildren

 

Methods inherited from interface oracle.ide.inspector.layout.Extensible
getExtends, getPartOf

 

Methods inherited from interface javax.ide.Identifiable
getID

 

Field Detail

DISPLAY_GROUP

public static final java.lang.String DISPLAY_GROUP
See Also:
Constant Field Values

Constructor Detail

DisplayGroup

public DisplayGroup()

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


Copyright © 1997, 2013, Oracle. All rights reserved.