public static class PropertyFormLayoutAssembly.ChoiceSelectorDispatcher extends ChoiceSelector
| Constructor and Description | 
|---|
PropertyFormLayoutAssembly.ChoiceSelectorDispatcher()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ChoiceSelector> | 
getChoiceSelectors()  | 
void | 
onActivate(oracle.bali.inspector.PropertyModel model,
          java.lang.String choice)
Method called to when a  
Choiceis selected. | 
void | 
onDeactivate(oracle.bali.inspector.PropertyModel model,
            java.lang.String choice)
Method called to when a  
Choiceis unselected. | 
void | 
setChoiceSelectorClasses(java.util.List<MetaClass> classes)  | 
public PropertyFormLayoutAssembly.ChoiceSelectorDispatcher()
public void onActivate(oracle.bali.inspector.PropertyModel model,
              java.lang.String choice)
ChoiceSelectorChoiceis selected.onActivate in class ChoiceSelectormodel - the PropertyModelused to access property values.choice - the unique ID of the activated Choice.public void onDeactivate(oracle.bali.inspector.PropertyModel model,
                java.lang.String choice)
ChoiceSelectorChoiceis unselected.onDeactivate in class ChoiceSelectormodel - the PropertyModelused to access property values.choice - the unique ID of the activated Choice.public void setChoiceSelectorClasses(java.util.List<MetaClass> classes)
public java.util.List<ChoiceSelector> getChoiceSelectors()