public class Spinner
extends javax.faces.component.html.HtmlInputText
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.spinner.SpinnerBase.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 |
DOWN_BUTTON_CLASS |
static String |
DOWN_ICON_CLASS |
static String |
INPUT_CLASS |
static String |
UP_BUTTON_CLASS |
static String |
UP_ICON_CLASS |
Constructor and Description |
---|
Spinner() |
Modifier and Type | Method and Description |
---|---|
String |
getDecimalPlaces() |
String |
getFamily() |
String |
getInputClientId() |
String |
getLabelledBy() |
double |
getMax() |
double |
getMin() |
String |
getPlaceholder() |
String |
getPrefix() |
double |
getStepFactor() |
String |
getSuffix() |
String |
getValidatableInputClientId() |
String |
getWidgetVar() |
String |
resolveWidgetVar() |
void |
setDecimalPlaces(String decimalPlaces) |
void |
setLabelledBy(String labelledBy) |
void |
setMax(double max) |
void |
setMin(double min) |
void |
setPlaceholder(String placeholder) |
void |
setPrefix(String prefix) |
void |
setStepFactor(double stepFactor) |
void |
setSuffix(String suffix) |
void |
setWidgetVar(String widgetVar) |
getAccesskey, 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, 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, queueEvent, 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 CONTAINER_CLASS
public static final String INPUT_CLASS
public static final String UP_BUTTON_CLASS
public static final String DOWN_BUTTON_CLASS
public static final String UP_ICON_CLASS
public static final String DOWN_ICON_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 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 double getStepFactor()
public void setStepFactor(double stepFactor)
public double getMin()
public void setMin(double min)
public double getMax()
public void setMax(double max)
public String getPrefix()
public void setPrefix(String prefix)
public String getSuffix()
public void setSuffix(String suffix)
public String getDecimalPlaces()
public void setDecimalPlaces(String decimalPlaces)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.