| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.shared_impl.renderkit.html.util.FormInfo
public class FormInfo
Simple read-only wrapper JavaBean which encapsulates the UIComponent that represents 
 the form and the name of the Formular.
| Constructor Summary | |
|---|---|
| FormInfo(javax.faces.component.UIComponent form,
         java.lang.String formName) | |
| Method Summary | |
|---|---|
|  javax.faces.component.UIComponent | getForm() | 
|  java.lang.String | getFormName() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FormInfo(javax.faces.component.UIComponent form,
                java.lang.String formName)
form - UIComponent that represents the used formformName - the name of the form.| Method Detail | 
|---|
public javax.faces.component.UIComponent getForm()
public java.lang.String getFormName()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||