|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for components that contain validation data used to generate
client-side validation with the Scripter
class.
Field Summary | |
static java.lang.String |
TYPE_CHECKBOX
Input type for checkbox. |
static java.lang.String |
TYPE_FIXED
Input type for fixed. |
static java.lang.String |
TYPE_HIDDEN
Input type for hidden. |
static java.lang.String |
TYPE_PASSWORD
Input type for password. |
static java.lang.String |
TYPE_SELECT
Input type for select. |
static java.lang.String |
TYPE_TEXT
Input type for text. |
static java.lang.String |
TYPE_TEXTAREA
Input type for textarea. |
Method Summary | |
java.lang.Object |
getLocalizedAttribute(java.lang.String attribute)
Returns the named and localized attribute for the property. |
java.lang.String |
getName()
The form field name. |
java.lang.Object |
getPropertyAttribute(java.lang.String attribute)
Returns the named attribute for the property. |
java.lang.String |
getType()
Gets the input element type. |
Field Detail |
public static final java.lang.String TYPE_CHECKBOX
public static final java.lang.String TYPE_HIDDEN
public static final java.lang.String TYPE_FIXED
public static final java.lang.String TYPE_PASSWORD
public static final java.lang.String TYPE_SELECT
public static final java.lang.String TYPE_TEXT
public static final java.lang.String TYPE_TEXTAREA
Method Detail |
public java.lang.String getName()
public java.lang.Object getPropertyAttribute(java.lang.String attribute) throws javax.servlet.jsp.JspException
attribute
- The attribute name.javax.servlet.jsp.JspException
- If the property filter cannot be initialized.public java.lang.Object getLocalizedAttribute(java.lang.String attribute) throws javax.servlet.jsp.JspException
attribute
- The attribute name.javax.servlet.jsp.JspException
- If the property filter cannot be initialized.public java.lang.String getType() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
- If the type cannot be derived
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |