javax.faces.component
public class UIData extends UIComponentBase implements NamingContainer
Version: $Revision: 279280 $ $Date: 2005-09-07 10:36:27 +0200 (Wed, 07 Sep 2005) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
Constructor Summary | |
---|---|
UIData() |
Method Summary | |
---|---|
void | broadcast(FacesEvent event) |
void | encodeBegin(FacesContext context) |
void | encodeEnd(FacesContext context) |
String | getClientId(FacesContext context) |
String | getFamily() |
int | getFirst() |
UIComponent | getFooter() |
UIComponent | getHeader() |
int | getRowCount() |
Object | getRowData() |
int | getRowIndex() |
int | getRows() |
Object | getValue() |
String | getVar() |
boolean | isRowAvailable() |
void | processDecodes(FacesContext context) |
void | processUpdates(FacesContext context) |
void | processValidators(FacesContext context) |
void | queueEvent(FacesEvent event) |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setFirst(int first) |
void | setFooter(UIComponent footer) |
void | setHeader(UIComponent header) |
void | setRowIndex(int rowIndex) |
void | setRows(int rows) |
void | setValue(Object value) |
void | setValueBinding(String name, ValueBinding binding) |
void | setVar(String var) |
See Also: encodeEnd