public class Chips
extends javax.faces.component.html.HtmlInputText
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.chips.ChipsBase.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 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 static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getInputClientId()
public String getValidatableInputClientId()
public String getLabelledBy()
public void setLabelledBy(String labelledBy)
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.html.HtmlInputText
public Collection<String> getUnobstrusiveEventNames()
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
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 resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.