public class UIInputSection
extends org.exoplatform.webui.form.UIFormInputSet
| Modifier and Type | Class and Description |
|---|---|
static class |
UIInputSection.ActionData |
| Constructor and Description |
|---|
UIInputSection() |
UIInputSection(String name) |
UIInputSection(String name,
String title) |
UIInputSection(String name,
String title,
String cssClass) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.webui.form.UIFormInput<?> |
addUIFormInput(org.exoplatform.webui.form.UIFormInput<?> input,
List<UIInputSection.ActionData> actions) |
org.exoplatform.webui.form.UIFormInputBase<?> |
addUIFormInput(org.exoplatform.webui.form.UIFormInputBase<?> input,
String label) |
String |
getCssClass() |
org.exoplatform.webui.form.UIFormDateTimeInput |
getUIFormDateTimeInput(String name) |
org.exoplatform.webui.form.UIFormMultiValueInputSet |
getUIFormMultiValueInputSet(String id) |
UIMultiValueSelection |
getUIMultiValueSelection(String id) |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
UIInputSection |
setActionField(String name,
List<UIInputSection.ActionData> actions) |
UIInputSection |
setCssClass(String cssClass) |
UIInputSection |
setTitle(String title) |
boolean |
useGroupControl() |
UIInputSection |
useGroupControl(boolean useGroupControl) |
addUIFormInput, addUIFormInput, getName, getSelectedComponentId, getUICheckBoxInput, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, 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 UIInputSection()
public UIInputSection(String name)
public String getCssClass()
public UIInputSection setCssClass(String cssClass)
public org.exoplatform.webui.form.UIFormDateTimeInput getUIFormDateTimeInput(String name)
public UIMultiValueSelection getUIMultiValueSelection(String id)
public org.exoplatform.webui.form.UIFormMultiValueInputSet getUIFormMultiValueInputSet(String id)
public org.exoplatform.webui.form.UIFormInput<?> addUIFormInput(org.exoplatform.webui.form.UIFormInput<?> input,
List<UIInputSection.ActionData> actions)
public UIInputSection setActionField(String name, List<UIInputSection.ActionData> actions)
public org.exoplatform.webui.form.UIFormInputBase<?> addUIFormInput(org.exoplatform.webui.form.UIFormInputBase<?> input,
String label)
public boolean useGroupControl()
public UIInputSection useGroupControl(boolean useGroupControl)
public UIInputSection setTitle(String title)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.