| Modifier and Type | Class and Description |
|---|---|
static class |
UIFormColorPicker.Colors |
| Modifier and Type | Field and Description |
|---|---|
static String |
ON_BLUR
The javascript expression executed when an client event fires
|
static String |
ON_CHANGE
The javascript expression executed when an client onChange event fires
|
static String |
ON_CLICK
The javascript expression executed when an client event fires
|
static String |
ON_FOCUS
The javascript expression executed when an client event fires
|
static String |
ON_KEYDOWN
The javascript expression executed when an client event fires
|
static String |
ON_KEYUP
The javascript expression executed when an client event fires
|
| Constructor and Description |
|---|
UIFormColorPicker(String name,
String value) |
UIFormColorPicker(String name,
String bindingExpression,
String value) |
UIFormColorPicker(String name,
String bindingExpression,
UIFormColorPicker.Colors.Color[] colors) |
UIFormColorPicker(String name,
String bindingExpression,
UIFormColorPicker.Colors.Color[] colors,
Map<String,String> jsActions) |
| Modifier and Type | Method and Description |
|---|---|
void |
addJsActions(String action,
String javaScript) |
void |
decode(Object input,
org.exoplatform.webui.application.WebuiRequestContext context) |
Map<String,String> |
getJsActions() |
protected org.exoplatform.webui.form.UIForm |
getUIform() |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
protected String |
renderOnChangeEvent(org.exoplatform.webui.form.UIForm uiForm) |
void |
setJsActions(Map<String,String> jsActions) |
void |
setNumberItemsPerLine(int numberItems) |
void |
setOnChange(String onchange) |
org.exoplatform.webui.form.UIFormInput |
setValue(String arg0) |
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 static final String ON_CHANGE
public static final String ON_BLUR
public static final String ON_FOCUS
public static final String ON_KEYUP
public static final String ON_KEYDOWN
public static final String ON_CLICK
public UIFormColorPicker(String name, String bindingExpression, UIFormColorPicker.Colors.Color[] colors)
public UIFormColorPicker(String name, String bindingExpression, UIFormColorPicker.Colors.Color[] colors, Map<String,String> jsActions)
public void decode(Object input, org.exoplatform.webui.application.WebuiRequestContext context)
decode in class org.exoplatform.webui.form.UIFormInputBase<String>public void setOnChange(String onchange)
protected String renderOnChangeEvent(org.exoplatform.webui.form.UIForm uiForm) throws Exception
Exceptionprotected org.exoplatform.webui.form.UIForm getUIform()
public void setNumberItemsPerLine(int numberItems)
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws Exception
processRender in class org.exoplatform.webui.core.UIComponentExceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.