|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.inspector.layout.ChoiceSelector
oracle.ide.inspector.layout.PropertyFormLayoutAssembly.ChoiceSelectorDispatcher
public static class PropertyFormLayoutAssembly.ChoiceSelectorDispatcher
An implementation of the choice selector interface that knows how to delagate to the actual choice selector classes that comprise this assembly.
| Constructor Summary | |
|---|---|
PropertyFormLayoutAssembly.ChoiceSelectorDispatcher()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyFormLayoutAssembly.ChoiceSelectorDispatcher()
| Method Detail |
|---|
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()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||