|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hidden | |
---|---|
fc.web.forms | Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). |
Uses of Hidden in fc.web.forms |
---|
Methods in fc.web.forms that return Hidden | |
---|---|
Hidden |
Form.getDynamicField(FormData fd,
java.lang.String fieldName)
Gets a Hidden field added to the form data object. |
Hidden |
FormData.getDynamicField(java.lang.String fieldName)
Gets a Hidden field added to this formdata object. |
Hidden |
Form.getHidden(java.lang.String name)
Returns the field with the specific name as a Hidden . |
Hidden |
Form.getSubmittedField(javax.servlet.http.HttpServletRequest req,
java.lang.String name)
Once the form is displayed to the user (with, say, hidden fields that were added dynamically for that request), then when that form is submitted, those dynamic fields can be retrieved via any of: the ServletRequest.getParameter(java.lang.String) method (often the easiest
way)
the #getSubmittedField(HttpServletRequest) method (which will
attempt to read the request parameter with the specified name and return
is as a Hidden field. |
Methods in fc.web.forms with parameters of type Hidden | |
---|---|
void |
Form.addDynamicField(FormData fd,
Hidden f)
Adds a Hidden field to this form. |
void |
FormData.addDynamicField(Hidden hidden)
Adds a Hidden field to this form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |