|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.validator.LengthValidator
org.apache.myfaces.trinidad.validator.LengthValidator
org.apache.myfaces.trinidadinternal.validator.LengthValidator
public class LengthValidator
Implementation for java.lang.Long
values.
Field Summary |
---|
Fields inherited from class org.apache.myfaces.trinidad.validator.LengthValidator |
---|
MAXIMUM_MESSAGE_ID, MINIMUM_MESSAGE_ID, NOT_IN_RANGE_MESSAGE_ID, VALIDATOR_ID |
Constructor Summary | |
---|---|
LengthValidator()
|
Method Summary | |
---|---|
java.util.Collection<java.lang.String> |
getClientImportNames()
|
java.lang.String |
getClientLibrarySource(javax.faces.context.FacesContext context)
|
java.lang.String |
getClientScript(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
java.lang.String |
getClientValidation(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
Methods inherited from class org.apache.myfaces.trinidad.validator.LengthValidator |
---|
getHintMaximum, getHintMinimum, getHintNotInRange, getMaximum, getMessageDetailMaximum, getMessageDetailMinimum, getMessageDetailNotInRange, getMinimum, getValueBinding, isTransient, restoreState, saveState, setHintMaximum, setHintMinimum, setHintNotInRange, setMaximum, setMessageDetailMaximum, setMessageDetailMinimum, setMessageDetailNotInRange, setMinimum, setTransient, setValueBinding, validate |
Methods inherited from class javax.faces.validator.LengthValidator |
---|
equals |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LengthValidator()
Method Detail |
---|
public java.util.Collection<java.lang.String> getClientImportNames()
getClientImportNames
in interface org.apache.myfaces.trinidad.validator.ClientValidator
public java.lang.String getClientScript(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
getClientScript
in interface org.apache.myfaces.trinidad.validator.ClientValidator
public java.lang.String getClientValidation(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
getClientValidation
in interface org.apache.myfaces.trinidad.validator.ClientValidator
public java.lang.String getClientLibrarySource(javax.faces.context.FacesContext context)
getClientLibrarySource
in interface org.apache.myfaces.trinidad.validator.ClientValidator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |