Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.inspector.layout
Class ChoiceGroup

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

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

public abstract class ChoiceGroup
extends ExtensibleGroup

One of the Elements comprising a DisplayGroup. A ChoiceGroup element is used to represent multiple mutually exclusive parts of the UI.

A choice group consists of of mutiple Choices. The choice to display is controlled by a ChoiceSelector.


Field Summary
static java.lang.String CHOICE_GROUP
           
static java.lang.String CHOICE_SELECTOR_CLASS
           

 

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
ChoiceGroup()
           

 

Method Summary
 ChoiceSelector getChoiceSelector()
          Create an instance of the ChoiceSelector class.
abstract  MetaClass getChoiceSelectorClass()
          Get the class controlling the choice to display.
 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

CHOICE_GROUP

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

CHOICE_SELECTOR_CLASS

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

Constructor Detail

ChoiceGroup

public ChoiceGroup()

Method Detail

getChoiceSelectorClass

public abstract MetaClass getChoiceSelectorClass()
Get the class controlling the choice to display. This class must extend ChoiceSelector.
Returns:
the class controlling the choice to display. This class must extend ChoiceSelector.

getChoiceSelector

public ChoiceSelector getChoiceSelector()
Create an instance of the ChoiceSelector class.
Returns:
an instance of a class extending ChoiceSelector.

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
11g Release 2 (11.1.2.3.0)

E17493-04


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