public class UIFormSelectBoxWithGroups
extends org.exoplatform.webui.form.UIFormStringInput
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.services.log.Log |
log |
| Constructor and Description |
|---|
UIFormSelectBoxWithGroups(String name,
String bindingExpression,
List<SelectItem> options) |
| Modifier and Type | Method and Description |
|---|---|
UIFormSelectBoxWithGroups |
addOptionGroup(String label,
List<SelectOption> options) |
void |
decode(Object input,
org.exoplatform.webui.application.WebuiRequestContext context) |
protected org.exoplatform.webui.form.UIForm |
getFrom() |
List<SelectItem> |
getOptions() |
String[] |
getSelectedValues() |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
protected String |
renderOnChangeEvent(org.exoplatform.webui.form.UIForm uiForm) |
void |
reset() |
UIFormSelectBoxWithGroups |
setDisabled(boolean disabled) |
UIFormSelectBoxWithGroups |
setMultiple(boolean bl) |
void |
setOnChange(String onchange) |
UIFormSelectBoxWithGroups |
setOptions(List<SelectItem> options) |
UIFormSelectBoxWithGroups |
setSelectedValues(String[] values) |
UIFormSelectBoxWithGroups |
setSize(int i) |
UIFormSelectBoxWithGroups |
setValue(String value) |
getMaxLength, setMaxLength, setTypeaddValidator, getBindingField, getDefaultValue, getHTMLAttribute, getLabel, getName, getTypeValue, getValidators, getValue, isDisabled, isEditable, isEnable, isMandatory, isReadOnly, isValid, processDecode, renderHTMLAttributes, setBindingField, setDefaultValue, 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 UIFormSelectBoxWithGroups(String name, String bindingExpression, List<SelectItem> options)
public final UIFormSelectBoxWithGroups setMultiple(boolean bl)
public final UIFormSelectBoxWithGroups setSize(int i)
public UIFormSelectBoxWithGroups setValue(String value)
public String[] getSelectedValues()
public UIFormSelectBoxWithGroups setSelectedValues(String[] values)
public final List<SelectItem> getOptions()
public final UIFormSelectBoxWithGroups setOptions(List<SelectItem> options)
public UIFormSelectBoxWithGroups addOptionGroup(String label, List<SelectOption> options)
public void reset()
public void setOnChange(String onchange)
public UIFormSelectBoxWithGroups setDisabled(boolean disabled)
setDisabled in class org.exoplatform.webui.form.UIFormInputBase<String>public void decode(Object input, org.exoplatform.webui.application.WebuiRequestContext context)
decode in class org.exoplatform.webui.form.UIFormStringInputprotected String renderOnChangeEvent(org.exoplatform.webui.form.UIForm uiForm) throws Exception
Exceptionprotected org.exoplatform.webui.form.UIForm getFrom()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.