IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Interface Outsider

All Superinterfaces:
DataExchanger, PanelActions
All Known Implementing Classes:
SpButtonGroup, SpMenuBar, SpPopupMenu

public interface Outsider
extends DataExchanger

The Outsider interface that is implemented by non visual beans that hold data. They have a setSpPanel method with the following implementation: public void setSpPanel(SpPanel SpPanel) { fieldSpPanel = SpPanel; SpPanel.registerOutsider(this); }


Method Summary
 SpPanel getSpPanel()
          Gets the panel associated to the outsider.
 void setSpPanel(SpPanel sp)
          Sets the panel to be associated to the outsider.
 
Methods inherited from interface com.ibm.dse.gui.DataExchanger
addActionListener, addCoordinatedEventListener, addDataChangedListener, getAlternativeDataName, getDataDirection, getDataName, getDataValue, getErrorMessage, getNavigationParameters, getType, hasAlternativeDataName, isInError, isKeyedValue, isRequired, removeActionListener, removeCoordinatedEventListener, removeDataChangedListener, setAlternativeDataName, setDataDirection, setDataName, setDataValue, setHelpID, setNavigationParameters, setRequired, setType
 
Methods inherited from interface com.ibm.dse.gui.PanelActions
getDataToClear, getDSECoordinatedPanel
 

Method Detail

getSpPanel

public SpPanel getSpPanel()
Gets the panel associated to the outsider.

Specified by:
getSpPanel in interface PanelActions
Returns:
com.ibm.dse.gui.SpPanel - the panel associated to the outsider

setSpPanel

public void setSpPanel(SpPanel sp)
Sets the panel to be associated to the outsider.

Parameters:
sp - SpPanel, the panel to be associated to the outsider

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005