|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DataExchanger interface is implemented by any visual bean that holds data.
Method Summary | |
---|---|
void |
addActionListener(java.awt.event.ActionListener ae)
Documented in the JDK. |
void |
addCoordinatedEventListener(CoordinatedEventListener newListener)
Adds a CoordinatedEventListener. |
void |
addDataChangedListener(DataChangedListener adl)
Deprecated. (use addCoordinatedEventListener(CoordinatedEventListener newListener)) |
java.lang.String |
getAlternativeDataName()
Gets the alternativeDataName property value. |
java.lang.String |
getDataDirection()
Gets the dataDirection property value. |
java.lang.String |
getDataName()
Gets the dataName property value. |
java.lang.Object |
getDataValue()
Gets the dataValue property value. |
java.lang.String |
getErrorMessage()
Gets the ErrorMessage property value from its formatters (if exists). |
NavigationParameters |
getNavigationParameters()
Gets the navigationParameters property (com.ibm.dse.gui.NavigationParameters) value. |
java.lang.String |
getType()
Gets the type property (java.lang.String) value. |
boolean |
hasAlternativeDataName()
Returns if the data exchanger has alternative data name attribute. |
boolean |
isInError()
Returns if the data exchanger is in error or not. |
boolean |
isKeyedValue()
if true this bean returns a composed data value. |
boolean |
isRequired()
Returns if the data exchanger is mandatory or not. |
void |
removeActionListener(java.awt.event.ActionListener ae)
Documented in the JDK. |
void |
removeCoordinatedEventListener(CoordinatedEventListener newListener)
Removes a CoordinatedEventListener. |
void |
removeDataChangedListener(DataChangedListener dcl)
Unregisters the listener for DataChangedEvent. |
void |
setAlternativeDataName(java.lang.String o)
Sets the alternativeDataName property value. |
void |
setDataDirection(java.lang.String o)
Sets the dataDirection property value. |
void |
setDataName(java.lang.String o)
Sets the dataName property value. |
void |
setDataValue(java.lang.Object o)
Sets the dataValue property value. |
void |
setHelpID(java.lang.String helpID)
Sets the helpID property value. |
void |
setNavigationParameters(NavigationParameters navigationParameters)
Sets the navigationParameters property (com.ibm.dse.gui.NavigationParameters) value. |
void |
setRequired(boolean req)
Sets the required property value. |
void |
setType(java.lang.String type)
Sets the type property (java.lang.String) value. |
Methods inherited from interface com.ibm.dse.gui.PanelActions |
---|
getDataToClear, getDSECoordinatedPanel, getSpPanel |
Method Detail |
public void addActionListener(java.awt.event.ActionListener ae)
ae
- java.awt.event.ActionEventpublic void addCoordinatedEventListener(CoordinatedEventListener newListener)
newListener
- CoordinatedEventListenerpublic void addDataChangedListener(DataChangedListener adl)
adl
- DataChangedListenerpublic java.lang.String getAlternativeDataName()
public java.lang.String getDataDirection()
public java.lang.String getDataName()
public java.lang.Object getDataValue()
public java.lang.String getErrorMessage()
public NavigationParameters getNavigationParameters()
public java.lang.String getType()
getType
in interface PanelActions
public boolean hasAlternativeDataName()
public boolean isInError()
public boolean isKeyedValue()
public boolean isRequired()
public void removeActionListener(java.awt.event.ActionListener ae)
ae
- java.awt.event.ActionEventpublic void removeCoordinatedEventListener(CoordinatedEventListener newListener)
newListener
- DataChangedListenerpublic void removeDataChangedListener(DataChangedListener dcl)
dcl
- com.ibm.dse.gui.DataChangedListenerpublic void setAlternativeDataName(java.lang.String o)
o
- java.lang.String, the data namepublic void setDataDirection(java.lang.String o)
o
- java.lang.String, the data directionpublic void setDataName(java.lang.String o)
o
- java.lang.String, the data namepublic void setDataValue(java.lang.Object o)
o
- java.lang.Object, the data valuepublic void setHelpID(java.lang.String helpID)
public void setNavigationParameters(NavigationParameters navigationParameters)
navigationParameters
- The new value for the property.getNavigationParameters()
public void setRequired(boolean req)
req
- boolean, true if dataExchanger is required.public void setType(java.lang.String type)
type
- The new value for the property.
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |