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, setTitleaddValidator, 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, validateValuegetConverter, getLocalValue, getValue, setConverteraddClientBehavior, 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, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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.ClientBehaviorHoldergetEventNames in class javax.faces.component.html.HtmlInputTextpublic Collection<String> getUnobstrusiveEventNames()
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic String getFamily()
getFamily in class javax.faces.component.UIInputpublic 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 WidgetCopyright © 2019. All rights reserved.