javax.faces.component
public class UIForm extends UIComponentBase implements NamingContainer
Version: $Revision: 267345 $ $Date: 2005-09-03 01:06:57 +0200 (Sat, 03 Sep 2005) $
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY |
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| UIForm() | |
| Method Summary | |
|---|---|
| String | getFamily() |
| boolean | isSubmitted() |
| void | processDecodes(FacesContext context) |
| void | processUpdates(FacesContext context) |
| void | processValidators(FacesContext context) |
| Object | saveState(FacesContext context) |
| void | setSubmitted(boolean submitted) |