|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| 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 ChoiceGroupmust 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 Choiceis selected. |
abstract void |
onDeactivate(oracle.bali.inspector.PropertyModel model, java.lang.String choice)Method called to when a Choiceis 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)
Choiceis selected.model - the PropertyModelused 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
Choiceis unselected.model - the PropertyModelused 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.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||