arlut.csd.JDataComponent
Interface JchoiceInterface


public interface JchoiceInterface

This interface is used to allow a callback to be done from the ChoiceList to set the component which is attached to that JchoiceList. The component that is attached to the JchoiceList needs to provide implementations for the methods defined in this interface.


Method Summary
 void notifyComponent()
           
 void restoreValue()
           
 void setVal(java.lang.String choice_str)
           
 void unAttach()
           
 

Method Detail

setVal

public void setVal(java.lang.String choice_str)

notifyComponent

public void notifyComponent()

unAttach

public void unAttach()

restoreValue

public void restoreValue()