com.ibm.dse.gui
Interface PanelActions

All Known Subinterfaces:
DataExchanger, DataExchangerWithList, Outsider
All Known Implementing Classes:
SpButton, SpMenuItem

public interface PanelActions

The PanelAction interface that is implemented by any visual beans thet fires a DSECoordinatedEvent and its EventSouceType can be EVENT_SOURCETYPE_CLEAR, EVENT_SOURCETYPE_HELP, EVENT_SOURCETYPE_OK, EVENT_SOURCETYPE_EURO, EVENT_SOURCETYPE_EMU or EVENT_SOURCETYPE_REPEAT.


Method Summary
 java.lang.String getDataToClear()
          Gets the dataToClear property (java.lang.String) value when clear type is fired.
 DSECoordinatedPanel getDSECoordinatedPanel()
          Gets the DSECoordinatedPanel where the component is placed
 SpPanel getSpPanel()
          Gets the SpPanel where the component is placed
 java.lang.String getType()
          Gets the type property (java.lang.String) value.
 

Method Detail

getDataToClear

public java.lang.String getDataToClear()
Gets the dataToClear property (java.lang.String) value when clear type is fired.
Returns:
String - the dataToClear property value.

getDSECoordinatedPanel

public DSECoordinatedPanel getDSECoordinatedPanel()
Gets the DSECoordinatedPanel where the component is placed
Returns:
com.ibm.dse.gui.DSECoordinatedPanel

getSpPanel

public SpPanel getSpPanel()
Gets the SpPanel where the component is placed
Returns:
com.ibm.dse.gui.SpPanel

getType

public java.lang.String getType()
Gets the type property (java.lang.String) value.
Returns:
The type property value.