public class UIFormInputSetWithAction
extends org.exoplatform.webui.form.UIFormInputSet
implements org.exoplatform.webui.form.UIFormInput
| Constructor and Description |
|---|
UIFormInputSetWithAction(String name) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.webui.form.UIFormInput |
addValidator(Class arg0) |
org.exoplatform.webui.form.UIFormInput |
addValidator(Class clazz,
Object... params) |
String[] |
getActionInfo(String fieldName) |
String[] |
getActionValues() |
String |
getBindingField() |
String[] |
getFieldActions(String fieldName) |
String |
getFormName() |
String |
getInfoField(String fieldName) |
String[] |
getInputSetActions() |
String |
getLabel() |
List<String> |
getListInfoField(String fieldName) |
String |
getMsgKey(String fieldName) |
Class |
getTypeValue() |
List |
getValidators() |
Object |
getValue() |
boolean |
isDeleteOnly() |
boolean |
isShowActionInfo() |
boolean |
isShowOnly() |
boolean |
isView() |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
void |
setActionInfo(String fieldName,
String[] actionNames) |
void |
setActions(String[] actionList,
String[] values) |
void |
setFieldActions(String fieldName,
String[] actionNames) |
void |
setInfoField(String fieldName,
String fieldInfo) |
void |
setIntroduction(String fieldName,
String msgKey) |
void |
setIsDeleteOnly(boolean isDeleteOnly) |
void |
setIsShowOnly(boolean isShowOnly) |
void |
setIsView(boolean isView) |
void |
setListInfoField(String fieldName,
List<String> listInfor) |
org.exoplatform.webui.form.UIFormInput |
setValue(Object value) |
void |
showActionInfo(boolean isShow) |
addUIFormInput, addUIFormInput, getName, getSelectedComponentId, getUICheckBoxInput, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, reset, setSelectedComponent, setSelectedComponentaddChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic UIFormInputSetWithAction(String name)
public boolean isShowActionInfo()
public void showActionInfo(boolean isShow)
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws Exception
processRender in class org.exoplatform.webui.form.UIFormInputSetExceptionpublic String[] getInputSetActions()
public String[] getActionValues()
public String getFormName()
public boolean isShowOnly()
public void setIsShowOnly(boolean isShowOnly)
public boolean isDeleteOnly()
public void setIsDeleteOnly(boolean isDeleteOnly)
public void setIsView(boolean isView)
public boolean isView()
public String getBindingField()
getBindingField in interface org.exoplatform.webui.form.UIFormInputpublic List getValidators()
getValidators in interface org.exoplatform.webui.form.UIFormInputpublic org.exoplatform.webui.form.UIFormInput addValidator(Class clazz, Object... params) throws Exception
addValidator in interface org.exoplatform.webui.form.UIFormInputExceptionpublic Object getValue() throws Exception
getValue in interface org.exoplatform.webui.form.UIFormInputExceptionpublic org.exoplatform.webui.form.UIFormInput setValue(Object value) throws Exception
setValue in interface org.exoplatform.webui.form.UIFormInputExceptionpublic Class getTypeValue()
getTypeValue in interface org.exoplatform.webui.form.UIFormInputpublic String getLabel()
getLabel in interface org.exoplatform.webui.form.UIFormInputCopyright © 2003–2019 eXo Platform SAS. All rights reserved.