com.ibm.dse.gui
Interface Outsider
- All Known Implementing Classes:
- SpMenuBar, SpPopupMenu, SpButtonGroup
- 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);
}
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 |
getSpPanel
public SpPanel getSpPanel()
- Gets the panel associated to the outsider.
- 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