public class UIMultiValueSelection
extends org.exoplatform.webui.form.UIFormInputSet
| Modifier and Type | Class and Description |
|---|---|
static class |
UIMultiValueSelection.AddValueActionListener |
static class |
UIMultiValueSelection.RemoveValueActionListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_INPUT_KEY |
static String |
FIELD_SELECT_KEY |
protected List<org.exoplatform.webui.form.validator.Validator> |
validators |
| Constructor and Description |
|---|
UIMultiValueSelection() |
UIMultiValueSelection(String name) |
UIMultiValueSelection(String name,
String uiFormId,
List<String> options) |
| Modifier and Type | Method and Description |
|---|---|
<E extends org.exoplatform.webui.form.validator.Validator> |
addValidator(Class<E> clazz,
Object... params) |
List<org.exoplatform.webui.form.validator.Validator> |
getValidators() |
List<Map<String,String>> |
getValues() |
void |
processDecode(org.exoplatform.webui.application.WebuiRequestContext context) |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
UIMultiValueSelection |
setValues(List<Map<String,String>> values) |
UIMultiValueSelection |
withValueControl(org.exoplatform.social.webui.profile.settings.UIValueControl valueControl)
Adds value's custom UI control.
|
addUIFormInput, addUIFormInput, getName, getSelectedComponentId, getUICheckBoxInput, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, reset, setSelectedComponent, setSelectedComponentaddChild, 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 FIELD_SELECT_KEY
public static final String FIELD_INPUT_KEY
protected List<org.exoplatform.webui.form.validator.Validator> validators
public UIMultiValueSelection()
public UIMultiValueSelection(String name)
public UIMultiValueSelection withValueControl(org.exoplatform.social.webui.profile.settings.UIValueControl valueControl)
valueControl - the UI value control invokerUIMultiValueSelection instancepublic <E extends org.exoplatform.webui.form.validator.Validator> UIMultiValueSelection addValidator(Class<E> clazz, Object... params) throws Exception
Exceptionpublic List<org.exoplatform.webui.form.validator.Validator> getValidators()
public UIMultiValueSelection setValues(List<Map<String,String>> values)
public void processDecode(org.exoplatform.webui.application.WebuiRequestContext context)
throws Exception
processDecode in class org.exoplatform.webui.form.UIFormInputSetExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.