public abstract class ChoiceSelector
extends java.lang.Object
ChoiceGroupmust provide an implementation of this class to be notified when a Choice is activate and deactivated.| Constructor and Description | 
|---|
ChoiceSelector()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
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