org.apache.myfaces.custom.datalist
public class HtmlDataList extends UIData
Version: $Revision: 232992 $ $Date: 2005-08-16 15:24:38 +0200 (Tue, 16 Aug 2005) $
| Field Summary | |
|---|---|
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| HtmlDataList() | |
| Method Summary | |
|---|---|
| String | getClientId(FacesContext context) |
| String | getLayout() |
| String | getOnclick() |
| String | getOndblclick() |
| String | getOnkeydown() |
| String | getOnkeypress() |
| String | getOnkeyup() |
| String | getOnmousedown() |
| String | getOnmousemove() |
| String | getOnmouseout() |
| String | getOnmouseover() |
| String | getOnmouseup() |
| String | getRowCountVar() |
| String | getRowIndexVar() |
| String | getStyle() |
| String | getStyleClass() |
| String | getTitle() |
| void | processDecodes(FacesContext context) |
| void | processUpdates(FacesContext context) |
| void | processValidators(FacesContext context) |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setLayout(String layout) |
| void | setOnclick(String onclick) |
| void | setOndblclick(String ondblclick) |
| void | setOnkeydown(String onkeydown) |
| void | setOnkeypress(String onkeypress) |
| void | setOnkeyup(String onkeyup) |
| void | setOnmousedown(String onmousedown) |
| void | setOnmousemove(String onmousemove) |
| void | setOnmouseout(String onmouseout) |
| void | setOnmouseover(String onmouseover) |
| void | setOnmouseup(String onmouseup) |
| void | setRowCountVar(String rowCountVar) |
| void | setRowIndex(int rowIndex) |
| void | setRowIndexVar(String rowIndexVar) |
| void | setStyle(String style) |
| void | setStyleClass(String styleClass) |
| void | setTitle(String title) |