Package | Description |
---|---|
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
Modifier and Type | Method and Description |
---|---|
VFilledGroup |
VFilledGroup.allFilledOrEmpty()
This is the default mode.
|
VFilledGroup |
VFilledGroup.oneOrMoreFilled()
Calling this method will result in requiring that one or more
fields by filled (all the fields cannot be empty).
|
VFilledGroup |
VFilledGroup.onlyOneEmpty()
Calling this method will result in requiring that all fields
must be filled except for any one empty field.
|
VFilledGroup |
VFilledGroup.onlyOneFilled()
Calling this method will result in requiring that all fields be
empty except for exactly one filled field (any field).
|
Constructor and Description |
---|
VFilledOnFilled(Form f,
String name,
String errorMessage,
VFilledGroup preValidator,
VFilledGroup postValidator) |