Class UIForumCheckBoxInput

java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.form.UIFormInputBase<Boolean>
org.exoplatform.webui.form.input.UICheckBoxInput
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, USE_WEBUI_RESOURCES
  • Constructor Summary

    Constructors
    Constructor
    Description
    UIForumCheckBoxInput(String name, String bindingExpression, String label, Boolean value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    void
    processRender(org.exoplatform.webui.application.WebuiRequestContext context)
     
    setInTable(boolean isInTable)
     
    void
     
    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, 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, url

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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