Class Field.Type
java.lang.Object
fc.web.forms.Field.Type
- Enclosing class:
Field
Encapsulates different types of HTML form elements. Needed
because various subclasses return a specific type which is
then used internally inside the
Field.render(FormData, Writer) method (
each HTML form element must have a type for example,
<input type=radio...> or <input
type=text....> etc.)-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Field.Typestatic final Field.Typestatic final Field.Typestatic final Field.Typestatic final Field.Typestatic final Field.Typestatic final Field.Type -
Method Summary
-
Field Details
-
CHECKBOX
-
HIDDEN
-
TEXT
-
TEXTAREA
-
PASSWORD
-
RADIO
-
SELECT
-
-
Method Details
-
getName
-
toString
-