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
Choice is selected. |
void |
onDeactivate(oracle.bali.inspector.PropertyModel model,
java.lang.String choice)
Method called to when a
Choice is unselected. |
void |
setChoiceSelectorClasses(java.util.List<MetaClass> classes) |
public PropertyFormLayoutAssembly.ChoiceSelectorDispatcher()
public void onActivate(oracle.bali.inspector.PropertyModel model, java.lang.String choice)
ChoiceSelector
Choice
is selected.onActivate
in class ChoiceSelector
model
- the PropertyModel
used to access property values.choice
- the unique ID of the activated Choice
.public void onDeactivate(oracle.bali.inspector.PropertyModel model, java.lang.String choice)
ChoiceSelector
Choice
is unselected.onDeactivate
in class ChoiceSelector
model
- the PropertyModel
used 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()