public class HtmlNumber extends javax.faces.component.html.HtmlInputText implements HtmlInputComponent, Tooltip, Label, Readonly
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_HIDE_LABEL |
protected static String |
PROPERTY_HTML5_AUTO_FOCUS |
protected static String |
PROPERTY_HTML5_MAX |
protected static String |
PROPERTY_HTML5_MIN |
protected static String |
PROPERTY_HTML5_PLACEHOLDER |
protected static String |
PROPERTY_STEP |
protected static String |
PROPERTY_VALIDATION_ERROR_PLACEMENT |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlNumber() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoFocus() |
String |
getFamily() |
String |
getMax() |
String |
getMin() |
String |
getPlaceholder() |
String |
getStep() |
List<InputComponentFacet> |
getSupportedFacets() |
String |
getValidationErrorPlacement() |
boolean |
isHideLabel() |
void |
setAutoFocus(boolean autoFocus) |
void |
setHideLabel(boolean hideLabel) |
void |
setMax(String max) |
void |
setMin(String min) |
void |
setPlaceholder(String placeholder) |
void |
setStep(String step) |
void |
setValidationErrorPlacement(String validationErrorPlacement) |
getAccesskey, getAlt, getAutocomplete, getDefaultEventName, getDir, getEventNames, getLabel, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, 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, setRole, setSize, setStyle, setStyleClass, setTabindex, setTitleaddValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, 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, setConverteraddClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientId, getValuegetStyleClassisValidisReadonlyisRequiredpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
protected static final String PROPERTY_HIDE_LABEL
protected static final String PROPERTY_HTML5_PLACEHOLDER
protected static final String PROPERTY_HTML5_AUTO_FOCUS
protected static final String PROPERTY_HTML5_MIN
protected static final String PROPERTY_HTML5_MAX
protected static final String PROPERTY_STEP
protected static final String PROPERTY_VALIDATION_ERROR_PLACEMENT
public List<InputComponentFacet> getSupportedFacets()
getSupportedFacets in interface SupportedFacetspublic String getFamily()
getFamily in class javax.faces.component.UIInputpublic boolean isHideLabel()
isHideLabel in interface HideLabelpublic void setHideLabel(boolean hideLabel)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public String getMin()
public void setMin(String min)
public String getMax()
public void setMax(String max)
public String getStep()
public void setStep(String step)
public boolean getAutoFocus()
public void setAutoFocus(boolean autoFocus)
public String getValidationErrorPlacement()
getValidationErrorPlacement in interface Validationpublic void setValidationErrorPlacement(String validationErrorPlacement)
Copyright © 2018. All rights reserved.