| Modifier and Type | Class | Description |
|---|---|---|
static class |
InputMask.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
|
static String |
STYLE_CLASS |
| Constructor | Description |
|---|---|
InputMask() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getFamily() |
|
String |
getMask() |
|
String |
getPlaceholder() |
|
String |
getSlotChar() |
|
String |
getType() |
|
String |
getWidgetVar() |
|
boolean |
isAutoClear() |
|
String |
resolveWidgetVar() |
|
void |
setAutoClear(boolean _autoClear) |
|
void |
setMask(String _mask) |
|
void |
setPlaceholder(String _placeholder) |
|
void |
setSlotChar(String _slotChar) |
|
void |
setType(String _type) |
|
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, getClientBehaviorsgetAccesskey, getAlt, getAutocomplete, getDefaultEventName, getDir, getEventNames, 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, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, 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, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingaddValidator, 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, validateValuepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String STYLE_CLASS
public 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 String getMask()
public void setMask(String _mask)
public String getSlotChar()
public void setSlotChar(String _slotChar)
public boolean isAutoClear()
public void setAutoClear(boolean _autoClear)
public String getType()
public void setType(String _type)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2018. All rights reserved.