public class FieldList extends BaseFormAction
CHILD, CONTENT| Constructor and Description |
|---|
FieldList() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext arg0)
Executes an action
|
BaseAction |
getAdd_record_link() |
BaseAction |
getDelete_record_link() |
BaseAction |
getField_code()
A field_code is used to wrap a code action.
|
BaseAction |
getField_hide() |
BaseAction |
getField_raw()
A field_raw is used to add raw text content to a list.
|
BaseAction |
getField() |
java.util.List<BaseAction> |
getFields() |
BaseAction |
getPopup() |
java.util.List<CommonStorageField> |
getStorageFields(Database database,
Table table)
Gets a list of BaseStorageFields from either the fields or if fields is empty from the table.
|
BaseAction |
getUpdate_record_link() |
void |
setAdd_record_link(BaseAction field)
Add a add_record_link to the list
|
void |
setDelete_record_link(BaseAction field)
Add a delete_record_link to the list
|
void |
setField_code(BaseAction field)
Add a field_code to the list
|
void |
setField_hide(BaseAction fieldHide)
Add a field_hide to the list
|
void |
setField_raw(BaseAction field)
Add a field_raw to the list
|
void |
setField(BaseAction field)
Add a field to the list
|
void |
setPopup(BaseAction field)
Add a popup to the list
|
void |
setUpdate_record_link(BaseAction field)
Add a update_record_link to the list
|
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 void setField(BaseAction field)
field - public BaseAction getField()
public java.util.List<BaseAction> getFields()
public void setAdd_record_link(BaseAction field)
field - public BaseAction getAdd_record_link()
public void setDelete_record_link(BaseAction field)
field - public BaseAction getDelete_record_link()
public void setUpdate_record_link(BaseAction field)
field - public BaseAction getUpdate_record_link()
public void setField_code(BaseAction field)
field - public BaseAction getField_code()
public void setField_raw(BaseAction field)
field - public BaseAction getField_raw()
public void setField_hide(BaseAction fieldHide)
fieldHide - public BaseAction getField_hide()
public void setPopup(BaseAction field)
field - public BaseAction getPopup()
public java.util.List<CommonStorageField> getStorageFields(Database database, Table table) throws DBConfigException
database - table - DBConfigExceptionpublic java.lang.String execute(IExecContext arg0) throws java.lang.Exception
BaseActionexecute in class BaseActionarg0 - the application execution contextjava.lang.Exception