|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is an interface used by the AS400SelectFieldForm, AS400SelectFieldDialog and AS400SelectFieldAction classes to enable the caller to be informed when the user presses the Add button for the selected field.
If you call the enableAddButton method you must pass an object that implements this interface. The dialog will call you back when the user presses the Add button, so you can take appropriate action.
| Method Summary | |
String |
addButtonPressed(IHost selectedConnection,
Object selectedObject)
The user has pressed the Add button. |
String |
okToEnableAddButton(IHost selectedConnection,
Object selectedObject)
The user has selected an object. |
| Method Detail |
public String addButtonPressed(IHost selectedConnection,
Object selectedObject)
public String okToEnableAddButton(IHost selectedConnection,
Object selectedObject)
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||