Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.inspector.layout
Class PropertyFormLayoutAssembly.ChoiceSelectorDispatcher

java.lang.Object
  extended by oracle.ide.inspector.layout.ChoiceSelector
      extended by oracle.ide.inspector.layout.PropertyFormLayoutAssembly.ChoiceSelectorDispatcher

Enclosing class:
PropertyFormLayoutAssembly

public static class PropertyFormLayoutAssembly.ChoiceSelectorDispatcher
extends ChoiceSelector

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

PropertyFormLayoutAssembly.ChoiceSelectorDispatcher

public PropertyFormLayoutAssembly.ChoiceSelectorDispatcher()

Method Detail

onActivate

public void onActivate(oracle.bali.inspector.PropertyModel model,
                       java.lang.String choice)
Description copied from class: ChoiceSelector
Method called to when a Choiceis selected.
Specified by:
onActivate in class ChoiceSelector
Parameters:
model - the PropertyModelused to access property values.
choice - the unique ID of the activated Choice.

onDeactivate

public void onDeactivate(oracle.bali.inspector.PropertyModel model,
                         java.lang.String choice)
Description copied from class: ChoiceSelector
Method called to when a Choiceis unselected.
Specified by:
onDeactivate in class ChoiceSelector
Parameters:
model - the PropertyModelused to access property values.
choice - the unique ID of the activated Choice.

setChoiceSelectorClasses

public void setChoiceSelectorClasses(java.util.List<MetaClass> classes)

getChoiceSelectors

public java.util.List<ChoiceSelector> getChoiceSelectors()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.