|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponentBase
javax.faces.component.UIForm
UIForm is a UIComponent that represents an
input form to be presented to the user, and whose child components represent
(among other things) the input fields to be included when the form is
submitted.
By default, the rendererType property is set to
"Form". This value can be changed by calling the
setRendererType() method.
| Field Summary |
| Fields inherited from interface javax.faces.component.UIComponent |
SEPARATOR_CHAR |
| Constructor Summary | |
UIForm()
Create a new UIForm instance with default property
values. |
|
| Method Summary | |
java.lang.String |
getFormName()
Return the form name for this UIForm. |
void |
setFormName(java.lang.String formName)
Set the form name for this UIForm. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UIForm()
Create a new UIForm instance with default property
values.
| Method Detail |
public java.lang.String getFormName()
Return the form name for this UIForm.
public void setFormName(java.lang.String formName)
Set the form name for this UIForm.
formName - The new form name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||