public class Chips extends javax.faces.component.html.HtmlInputText implements Widget, InputHolder, MixedClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
Chips.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DEFAULT_RENDERER |
static String |
STYLE_CLASS |
static String |
TOKEN_CLOSE_ICON_CLASS |
static String |
TOKEN_DISPLAY_CLASS |
static String |
TOKEN_INPUT_CLASS |
static String |
TOKEN_LABEL_CLASS |
Constructor and Description |
---|
Chips() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getInputClientId() |
String |
getInputStyle() |
String |
getInputStyleClass() |
String |
getLabelledBy() |
int |
getMax() |
String |
getPlaceholder() |
Collection<String> |
getUnobstrusiveEventNames() |
String |
getValidatableInputClientId() |
String |
getWidgetVar() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setInputStyle(String _inputStyle) |
void |
setInputStyleClass(String _inputStyleClass) |
void |
setLabelledBy(String labelledBy) |
void |
setMax(int _max) |
void |
setPlaceholder(String _placeholder) |
void |
setWidgetVar(String _widgetVar) |
getAccesskey, getAlt, getAutocomplete, getDefaultEventName, getDir, getLabel, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getSize, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setAlt, setAutocomplete, setDir, setDisabled, setLabel, setLang, setMaxlength, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setSize, setStyle, setStyleClass, setTabindex, setTitle
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue
getConverter, getLocalValue, getValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String STYLE_CLASS
public static final String CONTAINER_CLASS
public static final String TOKEN_DISPLAY_CLASS
public static final String TOKEN_LABEL_CLASS
public static final String TOKEN_CLOSE_ICON_CLASS
public static final String TOKEN_INPUT_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public String getPlaceholder()
public void setPlaceholder(String _placeholder)
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public int getMax()
public void setMax(int _max)
public String getInputStyle()
public void setInputStyle(String _inputStyle)
public String getInputStyleClass()
public void setInputStyleClass(String _inputStyleClass)
public String getInputClientId()
getInputClientId
in interface InputHolder
public String getValidatableInputClientId()
getValidatableInputClientId
in interface InputHolder
public void setLabelledBy(String labelledBy)
setLabelledBy
in interface InputHolder
public String getLabelledBy()
getLabelledBy
in interface InputHolder
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.html.HtmlInputText
public Collection<String> getUnobstrusiveEventNames()
getUnobstrusiveEventNames
in interface MixedClientBehaviorHolder
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2018. All rights reserved.