|
Remote Systems v6.4.1 |
||||||||||
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.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
String |
addButtonPressed(SystemConnection selectedConnection,
Object selectedObject)
The user has pressed the Add button. |
String |
okToEnableAddButton(SystemConnection selectedConnection,
Object selectedObject)
The user has selected an object. |
Field Detail |
public static final String Copyright
Method Detail |
public String addButtonPressed(SystemConnection selectedConnection, Object selectedObject)
public String okToEnableAddButton(SystemConnection selectedConnection, Object selectedObject)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |