| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.services.log.Log |
log |
| Constructor and Description |
|---|
UIFormScrollSelectBox() |
UIFormScrollSelectBox(String name,
String bindingExpression) |
UIFormScrollSelectBox(String name,
String bindingExpression,
List<org.exoplatform.webui.core.model.SelectItemOption<String>> options) |
UIFormScrollSelectBox(String name,
String bindingExpression,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(Object input,
org.exoplatform.webui.application.WebuiRequestContext context) |
int |
getMaxDisplayOption() |
String |
getOnchange() |
List<org.exoplatform.webui.core.model.SelectItemOption<String>> |
getOptions() |
org.exoplatform.webui.core.model.SelectItemOption<String> |
getSelectedItem() |
String |
getSelectedLabel() |
String |
getSelectedValue() |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
protected String |
renderOnChangeEvent(org.exoplatform.webui.form.UIForm uiForm) |
UIFormScrollSelectBox |
setMaxDisplayOption(int maxDisplayOption) |
UIFormScrollSelectBox |
setOnChange(String onchange) |
UIFormScrollSelectBox |
setOptions(List<org.exoplatform.webui.core.model.SelectItemOption<String>> options) |
UIFormScrollSelectBox |
setValue(String value) |
addValidator, 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 UIFormScrollSelectBox()
public UIFormScrollSelectBox(String name, String bindingExpression, String defaultValue)
public final UIFormScrollSelectBox setMaxDisplayOption(int maxDisplayOption)
public int getMaxDisplayOption()
public UIFormScrollSelectBox setValue(String value)
public final List<org.exoplatform.webui.core.model.SelectItemOption<String>> getOptions()
public final UIFormScrollSelectBox setOptions(List<org.exoplatform.webui.core.model.SelectItemOption<String>> options)
public String getOnchange()
public UIFormScrollSelectBox setOnChange(String onchange)
protected String renderOnChangeEvent(org.exoplatform.webui.form.UIForm uiForm) throws Exception
Exceptionpublic void decode(Object input, org.exoplatform.webui.application.WebuiRequestContext context)
decode in class org.exoplatform.webui.form.UIFormInputBase<String>public String getSelectedValue()
public String getSelectedLabel()
public org.exoplatform.webui.core.model.SelectItemOption<String> getSelectedItem()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.