com.infragistics.faces.input.component
Class InputRegularExpression
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
com.infragistics.faces.input.component.BaseInput
com.infragistics.faces.input.component.InputRegularExpression
- All Implemented Interfaces:
- javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder
- Direct Known Subclasses:
- HtmlInputRegularExpression
- public class InputRegularExpression
- extends BaseInput
InputRegularExpression checks that the value entered matches a regular expression.
| Fields inherited from class javax.faces.component.UIInput |
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
| Methods inherited from class javax.faces.component.UIInput |
addValidator, addValueChangeListener, broadcast, decode, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel |
| Methods inherited from class javax.faces.component.UIOutput |
getConverter, getLocalValue, getValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.ValueHolder |
getConverter, getLocalValue, getValue, setConverter |
COMPONENT_FAMILY
public static java.lang.String COMPONENT_FAMILY
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
RENDERER_TYPE
public static final java.lang.String RENDERER_TYPE
- See Also:
- Constant Field Values
InputRegularExpression
public InputRegularExpression()
getFamily
public java.lang.String getFamily()
- Overrides:
getFamily in class BaseInput
getMaximumLength
public int getMaximumLength()
- Returns the The maximum string length allowed for this field
- Returns:
- int
getMinimumLength
public int getMinimumLength()
- Returns the The minimum string length allowed for this field
- Returns:
- int
getMaxLength
public int getMaxLength()
getMinLength
public int getMinLength()
getRegularExpression
public java.lang.String getRegularExpression()
setMaximumLength
public void setMaximumLength(int maximumLength)
- Sets the The maximum string length allowed for this field
setMinimumLength
public void setMinimumLength(int minimumLength)
- Sets the The minimum string length allowed for this field
setMaxLength
public void setMaxLength(int maxLength)
setMinLength
public void setMinLength(int minLength)
setRegularExpression
public void setRegularExpression(java.lang.String regEx)
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState in interface javax.faces.component.StateHolder- Overrides:
restoreState in class BaseInput
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState in interface javax.faces.component.StateHolder- Overrides:
saveState in class BaseInput