Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.inspector.layout
Class ChoiceSelector

java.lang.Object
  extended by oracle.ide.inspector.layout.ChoiceSelector
Direct Known Subclasses:
PropertyFormLayoutAssembly.ChoiceSelectorDispatcher

public abstract class ChoiceSelector
extends java.lang.Object

Clients defining a ChoiceGroupmust provide an implementation of this class to be notified when a Choice is activate and deactivated.


Constructor Summary
ChoiceSelector()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChoiceSelector

public ChoiceSelector()
Method Detail

onActivate

public abstract void onActivate(oracle.bali.inspector.PropertyModel model,
                                java.lang.String choice)
Method called to when a Choiceis selected.

Parameters:
model - the PropertyModelused to access property values.
choice - the unique ID of the activated Choice.

onDeactivate

public abstract void onDeactivate(oracle.bali.inspector.PropertyModel model,
                                  java.lang.String choice)
                           throws java.beans.PropertyVetoException
Method called to when a Choiceis unselected.

Parameters:
model - the PropertyModelused to access property values.
choice - the unique ID of the activated Choice.
Throws:
java.beans.PropertyVetoException

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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