public class JSONToPresentationAction extends CommonFormFields
CHILD, CONTENT| Constructor and Description |
|---|
JSONToPresentationAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
PresentationFormAction |
getForm() |
java.lang.String |
getJson_data() |
java.lang.String |
getJson_data(IExecContext execContext) |
java.lang.String |
getJson_filename() |
java.lang.String |
getJson_path() |
java.lang.String |
getJson_path(IExecContext execContext) |
java.lang.String |
getPresentation_form() |
java.lang.String |
getRow_map_name() |
void |
setForm(PresentationFormAction form) |
void |
setJson_data(java.lang.String json_data) |
void |
setJson_filename(java.lang.String json_filename) |
void |
setJson_path(java.lang.String json_path) |
void |
setPresentation_form(java.lang.String presentation_form) |
void |
setRow_map_name(java.lang.String row_map_name) |
void |
validate(IExecContext execContext) |
getAlign, getAttributes, getCss, getDirection, getDisplay_as, getExpression, getHeader_name, getHeight, getHref, getId, getLabel_position, getName, getOnchange, getOnclick, getOnfocus, getOnselect, getPopulatorXml, getPostfix, getPrefix, getPresentation_name, getSnippet_ref, getSql, getStorage_config_ref, getStorage_config_ref, getTable_name, getTheme_name, getTheme_name, getTheme, getTheme, getTitle, getTooltip, getUri, getValign, getWidth, getWidth, getX, getX, getY, getY, getZindex, isVisible, setAlign, setAttributes, setCss, setDirection, setDisplay_as, setExpression, setHeader_name, setHeight, setHref, setId, setLabel_position, setName, setOnchange, setOnclick, setOnfocus, setOnselect, setPopulatorXml, setPostfix, setPrefix, setPresentation_name, setSnippet_ref, setSql, setStorage_config_ref, setTable_name, setTheme_name, setTheme, setTitle, setTooltip, setUri, setValign, setVisible, setWidth, setX, setY, setZindexaddButtonsToExecContext, 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) throws java.lang.Exception
BaseActionexecute in class BaseActionexecContext - the application execution contextjava.lang.Exceptionpublic void validate(IExecContext execContext)
public java.lang.String getPresentation_form()
public void setPresentation_form(java.lang.String presentation_form)
presentation_form - the presentation_form to setpublic java.lang.String getJson_path()
public java.lang.String getJson_path(IExecContext execContext)
public void setJson_path(java.lang.String json_path)
public java.lang.String getJson_data()
public java.lang.String getJson_data(IExecContext execContext)
public void setJson_data(java.lang.String json_data)
json_data - the json_data to setpublic java.lang.String getJson_filename()
public void setJson_filename(java.lang.String json_filename)
json_filename - the json_filename to setpublic PresentationFormAction getForm()
public void setForm(PresentationFormAction form)
public java.lang.String getRow_map_name()
public void setRow_map_name(java.lang.String row_map_name)
row_map_name - the row_map_name to set