public class ListPopulator extends BaseAction
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPopulator.types |
CHILD, CONTENT| Constructor and Description |
|---|
ListPopulator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
java.lang.String |
getRef() |
java.lang.String |
getType() |
boolean |
isSqlType() |
void |
setRef(java.lang.String ref) |
void |
setType(java.lang.String type) |
addChild, 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) throws java.lang.Exception
BaseActionexecute in class BaseActionexecContext - the application execution contextjava.lang.Exceptionpublic void setType(java.lang.String type)
public java.lang.String getType()
public void setRef(java.lang.String ref)
public java.lang.String getRef()
public boolean isSqlType()