class InputFormField extendsFormField

InputFormField represents an input form field (an HTML input tag).

For inputs with type of file, checkbox, or radio, there are other more specialized classes (cf. FileFormField and ChoiceFormField).

Methods

void
initialize()

Initializes the form field.

Details

protectedvoid initialize()

Initializes the form field.

Return Value

void

Exceptions

LogicException When node type is incorrect