public class UIActionCheckBoxInput
extends org.exoplatform.webui.form.input.UICheckBoxInput
| Modifier and Type | Class and Description |
|---|---|
static class |
UIActionCheckBoxInput.OnChangeActionListener |
| Modifier and Type | Field and Description |
|---|---|
protected MoxtraAction<org.exoplatform.webui.event.Event<UIActionCheckBoxInput>,Boolean> |
action |
static String |
ACTION_ON_CHANGE |
protected boolean |
disabled |
protected static org.exoplatform.services.log.Log |
LOG |
| Constructor and Description |
|---|
UIActionCheckBoxInput()
Empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected MoxtraAction<org.exoplatform.webui.event.Event<UIActionCheckBoxInput>,Boolean> |
action() |
void |
initMoxtra(MoxtraAction<org.exoplatform.webui.event.Event<UIActionCheckBoxInput>,Boolean> action,
boolean disabled,
boolean initialValue) |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
String |
renderOnChangeEvent(org.exoplatform.webui.form.UIForm uiForm) |
decode, isChecked, setChecked, setComponentEvent, setOnChange, setOnChange, setValueaddValidator, getBindingField, getDefaultValue, getHTMLAttribute, getLabel, getName, getTypeValue, getValidators, getValue, isDisabled, isEditable, isEnable, isMandatory, isReadOnly, isValid, processDecode, renderHTMLAttributes, reset, setBindingField, setDefaultValue, setDisabled, setEditable, setEnable, setHTMLAttribute, setLabel, setName, setReadOnlyaddChild, 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 static final String ACTION_ON_CHANGE
protected static final org.exoplatform.services.log.Log LOG
protected MoxtraAction<org.exoplatform.webui.event.Event<UIActionCheckBoxInput>,Boolean> action
protected boolean disabled
public void initMoxtra(MoxtraAction<org.exoplatform.webui.event.Event<UIActionCheckBoxInput>,Boolean> action, boolean disabled, boolean initialValue)
public String renderOnChangeEvent(org.exoplatform.webui.form.UIForm uiForm) throws Exception
renderOnChangeEvent in class org.exoplatform.webui.form.input.UICheckBoxInputExceptionpublic void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws Exception
processRender in class org.exoplatform.webui.form.input.UICheckBoxInputExceptionprotected MoxtraAction<org.exoplatform.webui.event.Event<UIActionCheckBoxInput>,Boolean> action()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.