public class ResetForm extends Action
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_TYPE_DESCRIPTION |
static int |
FLAG_INCLUDEEXCLUDE |
OPEN_EXISTING_WINDOW, OPEN_NEW_WINDOW, OPEN_USER_PREFERENCE
Constructor and Description |
---|
ResetForm() |
Modifier and Type | Method and Description |
---|---|
String |
getActionType()
Returns the action type.
|
String |
getActionTypeDesc()
Returns the action type description
|
List<String> |
getFields()
Returns the List of field names.
|
int |
getFlags()
Returns the flags.
|
void |
setFields(List<String> fields)
Set the List of field names.
|
void |
setFlags(int flags)
Sets the flags.
|
String |
toString()
Returns the description of the action.
|
getNextAction, setNextAction
public static String ACTION_TYPE_DESCRIPTION
public static final int FLAG_INCLUDEEXCLUDE
public String getActionType()
getActionType
in class Action
public String getActionTypeDesc()
getActionTypeDesc
in class Action
public String toString()
public int getFlags()
public void setFlags(int flags)