public class Reset extends BaseFormAction
The login fields come from the database schema.
parameters / attributes will build the html attributes needed for display.
CHILD, CONTENT| Constructor and Description |
|---|
Reset() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
java.lang.String |
getId()
Get the ID for this login Form.
|
java.lang.String |
getTheme_name() |
java.lang.String |
getTitle() |
boolean |
isVisible() |
void |
setId(java.lang.String id) |
void |
setTheme_name(java.lang.String themeName) |
void |
setTitle(java.lang.String title) |
void |
setVisible(boolean visible) |
java.lang.String |
toString() |
addButtonsToExecContext, addLinksToExecContext, buildButtons, buildHiddenInput, buildInput, buildLinks, buildPasswordInput, buildTextInput, findFormId, getButton, getButtons, getLink, getLinks, setButton, setLink, setLinksaddChild, clearActions, doReplace, doReplace, getActions, getChild, getContent, getFirstValueFound, getParent, getReplacementContent, getReplacementMarker, isUsedForDisplay, processAction, setAction, setActions, setChild, setContent, setParent, setReplacementContent, setReplacementMarker, setUsedForDisplaypublic java.lang.String execute(IExecContext execContext)
BaseActionexecute in class BaseActionexecContext - the application execution contextpublic java.lang.String toString()
toString in class java.lang.Objectpublic void setTheme_name(java.lang.String themeName)
public java.lang.String getTheme_name()
public void setTitle(java.lang.String title)
public java.lang.String getTitle()
public void setVisible(boolean visible)
public boolean isVisible()
public void setId(java.lang.String id)
public java.lang.String getId()