JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
uk.ac.ed.epcc.webapp.forms.inputs
Interface PatternInput
All Known Implementing Classes:
DateInput
,
PatternTextInput
,
PhoneInput
,
RangeDateInput
,
RelativeDateInput
,
RoleNameInput
,
SetTextInput
public interface
PatternInput
An input where the values have to match a regular expression. This can be used to set a validation pattern in HTML5
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getPattern
()
return ECMAScript pattern (or null to supress pattern validation)
Method Detail
getPattern
java.lang.String getPattern()
return ECMAScript pattern (or null to supress pattern validation)
Returns:
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method