|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Form | |
|---|---|
| org.apache.struts2.components | |
| Uses of Form in org.apache.struts2.components |
|---|
| Methods in org.apache.struts2.components with parameters of type Form | |
|---|---|
protected void |
UIBean.populateComponentHtmlId(Form form)
Create HTML id element for the component and populate this component parmaeter map. |
protected void |
FormButton.populateComponentHtmlId(Form form)
Override UIBean's implementation, such that component Html id is determined in the following order :- This component id attribute [containing_form_id]_[this_component_name] [containing_form_id]_[this_component_action]_[this_component_method] [containing_form_id]_[this_component_method] [this_component_name] [this_component_action]_[this_component_method] [this_component_method] [an increasing sequential number unique to the form starting with 0] |
protected void |
Form.populateComponentHtmlId(Form form)
Form component determine the its HTML element id as follows:- if an 'id' attribute is specified. if an 'action' attribute is specified, it will be used as the id. |
void |
UrlRenderer.renderFormUrl(Form formComponent)
Render a Form URL. |
void |
ServletUrlRenderer.renderFormUrl(Form formComponent)
Render a Form URL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||