Class BaseDateConstraint
java.lang.Object
com.webmethods.caf.faces.validator.bean.BaseConstraint
com.webmethods.caf.faces.validator.bean.BaseDateConstraint
- Direct Known Subclasses:
FutureConstraint
,PastConstraint
Base class for anything that is validating
a date or calendar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
calculateDatePattern
(FacesContext context, UIInput input) Try to dig out the pattern for parsing a date on the client side.protected int
Methods inherited from class com.webmethods.caf.faces.validator.bean.BaseConstraint
getMetadata
-
Constructor Details
-
BaseDateConstraint
public BaseDateConstraint()
-
-
Method Details
-
calculateDatePattern
Try to dig out the pattern for parsing a date on the client side. -
getStyle
-