|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.inspector.layout.ChoiceSelector
public abstract class ChoiceSelector
Clients defining a ChoiceGroup
must provide an implementation of this class to be notified when a Choice
is activate and deactivated.
Constructor Summary | |
---|---|
ChoiceSelector() |
Method Summary | |
---|---|
abstract void |
onActivate(oracle.bali.inspector.PropertyModel model, java.lang.String choice) Method called to when a Choice is selected. |
abstract void |
onDeactivate(oracle.bali.inspector.PropertyModel model, java.lang.String choice) Method called to when a Choice is unselected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChoiceSelector()
Method Detail |
---|
public abstract void onActivate(oracle.bali.inspector.PropertyModel model, java.lang.String choice)
Choice
is selected.model
- the PropertyModel
used to access property values.choice
- the unique ID of the activated Choice
.public abstract void onDeactivate(oracle.bali.inspector.PropertyModel model, java.lang.String choice) throws java.beans.PropertyVetoException
Choice
is unselected.model
- the PropertyModel
used to access property values.choice
- the unique ID of the activated Choice
.java.beans.PropertyVetoException
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |