org.exoplatform.forum.common.webui
Class UIForumCheckBoxInput

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIFormInputBase<Boolean>
              extended by org.exoplatform.webui.form.input.UICheckBoxInput
                  extended by org.exoplatform.forum.common.webui.UIForumCheckBoxInput
All Implemented Interfaces:
org.exoplatform.webui.form.UIFormInput<Boolean>

public class UIForumCheckBoxInput
extends org.exoplatform.webui.form.input.UICheckBoxInput


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.webui.form.UIFormInputBase
bindingField, defaultValue_, DISABLE, disabled, ENABLE, enable_, name, readonly_, typeValue_, validators, value_
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIForumCheckBoxInput(String name, String bindingExpression, String label, Boolean value)
           
 
Method Summary
 String getLabel()
           
 boolean isInTable()
           
 void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
           
 UIForumCheckBoxInput setInTable(boolean isInTable)
           
 void setLabel(String label)
           
 void setOnChange(String onchange)
           
 
Methods inherited from class org.exoplatform.webui.form.input.UICheckBoxInput
decode, isChecked, renderOnChangeEvent, setChecked, setComponentEvent, setOnChange, setValue
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputBase
addValidator, getBindingField, getDefaultValue, getHTMLAttribute, getName, getTypeValue, getValidators, getValue, isDisabled, isEditable, isEnable, isMandatory, isReadOnly, isValid, processDecode, renderHTMLAttributes, reset, setBindingField, setDefaultValue, setDisabled, setEditable, setEnable, setHTMLAttribute, setName, setReadOnly
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, 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, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIForumCheckBoxInput

public UIForumCheckBoxInput(String name,
                            String bindingExpression,
                            String label,
                            Boolean value)
Method Detail

getLabel

public String getLabel()
Specified by:
getLabel in interface org.exoplatform.webui.form.UIFormInput<Boolean>
Overrides:
getLabel in class org.exoplatform.webui.form.UIFormInputBase<Boolean>

setLabel

public void setLabel(String label)
Overrides:
setLabel in class org.exoplatform.webui.form.UIFormInputBase<Boolean>

isInTable

public boolean isInTable()

setInTable

public UIForumCheckBoxInput setInTable(boolean isInTable)

setOnChange

public void setOnChange(String onchange)
Overrides:
setOnChange in class org.exoplatform.webui.form.input.UICheckBoxInput

processRender

public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
                   throws Exception
Overrides:
processRender in class org.exoplatform.webui.form.input.UICheckBoxInput
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.