|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.adf.view.faces.validator.PatternValidator
Field Summary |
Fields inherited from interface javax.faces.validator.Validator |
NOT_IN_RANGE_MESSAGE_ID |
Constructor Summary | |
PatternValidator()
Construct a Validator with no preconfigured pattern. |
|
PatternValidator(java.lang.String pattern)
Construct a Validator with preconfigured pattern. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this PatternValidator with the specified Object for equality. |
java.lang.String |
getPattern()
Return the pattern value to be enforced by this Validator |
int |
hashCode()
Returns the hash code for this Validator. |
boolean |
isTransient()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setPattern(java.lang.String pattern)
Set the pattern value to be enforced by this Validator |
void |
setTransient(boolean transientValue)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.validator.Validator |
validate |
Constructor Detail |
public PatternValidator()
Construct a Validator
with no preconfigured pattern.
public PatternValidator(java.lang.String pattern)
Construct a Validator
with preconfigured pattern.
Method Detail |
public void setPattern(java.lang.String pattern)
Set the pattern value to be enforced by this Validator
pattern
- to be enforced.public java.lang.String getPattern()
Return the pattern value to be enforced by this Validator
public boolean equals(java.lang.Object object)
Compares this PatternValidator with the specified Object for equality.
equals
in class java.lang.Object
object
- Object to which this PatternValidator is to be compared.
public int hashCode()
Returns the hash code for this Validator.
hashCode
in class java.lang.Object
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public void setTransient(boolean transientValue)
setTransient
in interface javax.faces.component.StateHolder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |