public abstract class ValueRangeValidatorBase extends javax.faces.component.UIComponentBase implements IValueRangeValidator
For more information, see the ClientValidateValueRange Wiki Documentation.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ValueRangeValidatorBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
ValueRangeValidatorBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.Float |
getMaximum()
Return the value of the
maximum property. |
java.lang.Float |
getMinimum()
Return the value of the
minimum property. |
java.lang.String |
getValidateOn()
Return the value of the
validateOn property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setMaximum(java.lang.Float maximum)
Set the value of the
maximum property. |
void |
setMinimum(java.lang.Float minimum)
Set the value of the
minimum property. |
void |
setValidateOn(java.lang.String validateOn)
Set the value of the
validateOn property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setMaximum(java.lang.Float maximum)
Set the value of the maximum property.
Contents: Required maximum value.
setMaximum in interface IValueRangeValidatorpublic java.lang.Float getMaximum()
Return the value of the maximum property.
Contents: Required maximum value.
getMaximum in interface IValueRangeValidatorpublic void setMinimum(java.lang.Float minimum)
Set the value of the minimum property.
Contents: Required minimum value.
setMinimum in interface IValueRangeValidatorpublic java.lang.Float getMinimum()
Return the value of the minimum property.
Contents: Required minimum value.
getMinimum in interface IValueRangeValidatorpublic void setValidateOn(java.lang.String validateOn)
Set the value of the validateOn property.
Contents: Trigger validation for a specific JS event (such as 'click' or 'keyup'). Multiple event types can also be specified as a space separated list. When any custom event is specified the default events that the component uses by default are disabled. Keyboard and mouse type events are always supported, with focus event types supported if the input element can receive focus.
setValidateOn in interface IValueRangeValidatorpublic java.lang.String getValidateOn()
Return the value of the validateOn property.
Contents: Trigger validation for a specific JS event (such as 'click' or 'keyup'). Multiple event types can also be specified as a space separated list. When any custom event is specified the default events that the component uses by default are disabled. Keyboard and mouse type events are always supported, with focus event types supported if the input element can receive focus.
getValidateOn in interface IValueRangeValidatorprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.