public abstract class FormAction extends Action
| Modifier and Type | Field and Description |
|---|---|
static Name |
F_KEY
(Required) A URL file specification (see 7.11.5, "URL Specifications") giving the uniform resource locator
(URL) of the script at the Web server that will process the submission.
|
static Name |
FIELDS_KEY
An array identifying which fields to reset or which to exclude from
resetting, depending on the setting of the Include/Exclude flag in the
Flags entry (see Table 239).
|
static Name |
FLAGS_KEY
(Optional; inheritable) A set of flags specifying various characteristics
of the action (see Table 239).
|
ACTION_TYPE, ACTION_TYPE_GOTO, ACTION_TYPE_GOTO_REMOTE, ACTION_TYPE_JAVA_SCRIPT, ACTION_TYPE_KEY, ACTION_TYPE_LAUNCH, ACTION_TYPE_NAMED, ACTION_TYPE_RESET_SUBMIT, ACTION_TYPE_SUBMIT_SUBMIT, ACTION_TYPE_URI, NEXT_KEYentries, FORM_TYPE_KEY, inited, isDeleted, isNew, LENGTH_KEY, library, SUBTYPE_KEY, TYPE_KEY| Constructor and Description |
|---|
FormAction(Library l,
java.util.HashMap h) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
executeFormAction(int x,
int y)
Execute the form action and return the appropriate return code;
|
int |
getFlags()
(Optional; inheritable) A set of flags specifying various characteristics of the action (see Table 239).
|
buildAction, getType, similargetEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toStringpublic static final Name F_KEY
public static final Name FIELDS_KEY
public static final Name FLAGS_KEY
public FormAction(Library l, java.util.HashMap h)
public int getFlags()
public abstract int executeFormAction(int x,
int y)