org.apache.myfaces.component.html.ext
public class HtmlDataTable extends HtmlDataTableHack implements UserRoleAware
Version: $Revision: 280562 $ $Date: 2005-09-13 16:27:56 +0200 (Tue, 13 Sep 2005) $
Field Summary | |
---|---|
static String | COMPONENT_TYPE |
Constructor Summary | |
---|---|
HtmlDataTable() |
Method Summary | |
---|---|
void | encodeBegin(FacesContext context) |
void | encodeEnd(FacesContext context) |
String | getClientId(FacesContext context) |
protected DataModel | getDataModel() |
String | getEnabledOnUserRole() |
int | getFirst() |
String | getForceIdIndexFormula() |
protected _SerializableDataModel | getPreservedDataModel() |
String | getPreviousRowDataVar() |
String | getRowCountVar() |
String | getRowIndexVar() |
String | getRowOnClick() |
String | getRowOnDblClick() |
String | getRowOnKeyDown() |
String | getRowOnKeyPress() |
String | getRowOnKeyUp() |
String | getRowOnMouseDown() |
String | getRowOnMouseMove() |
String | getRowOnMouseOut() |
String | getRowOnMouseOver() |
String | getRowOnMouseUp() |
int | getRows() |
String | getRowStyle() |
String | getRowStyleClass() |
_SerializableDataModel | getSerializableDataModel() |
String | getSortColumn() |
String | getVisibleOnUserRole() |
boolean | isPreserveDataModel() |
boolean | isPreserveSort() |
boolean | isRendered() |
boolean | isRenderedIfEmpty() |
boolean | isSortAscending() |
protected boolean | isValidChildren() |
void | processDecodes(FacesContext context) |
void | processUpdates(FacesContext context) |
void | processValidators(FacesContext context) |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setEnabledOnUserRole(String enabledOnUserRole) |
void | setFirst(int first) |
void | setForceIdIndexFormula(String forceIdIndexFormula) |
protected void | setIsValidChildren(boolean isValidChildren) |
protected void | setPreservedDataModel(_SerializableDataModel preservedDataModel) |
void | setPreserveDataModel(boolean preserveDataModel) |
void | setPreserveSort(boolean preserveSort) |
void | setPreviousRowDataVar(String previousRowDataVar) |
void | setRenderedIfEmpty(boolean renderedIfEmpty) |
void | setRowCountVar(String rowCountVar) |
void | setRowIndex(int rowIndex) |
void | setRowIndexVar(String rowIndexVar) |
void | setRowOnClick(String rowOnClick) |
void | setRowOnDblClick(String rowOnDblClick) |
void | setRowOnKeyDown(String rowOnKeyDown) |
void | setRowOnKeyPress(String rowOnKeyPress) |
void | setRowOnKeyUp(String rowOnKeyUp) |
void | setRowOnMouseDown(String rowOnMouseDown) |
void | setRowOnMouseMove(String rowOnMouseMove) |
void | setRowOnMouseOut(String rowOnMouseOut) |
void | setRowOnMouseOver(String rowOnMouseOver) |
void | setRowOnMouseUp(String rowOnMouseUp) |
void | setRows(int rows) |
void | setRowStyle(String rowStyle) |
void | setRowStyleClass(String rowStyleClass) |
void | setSortAscending(boolean sortAscending) |
void | setSortColumn(String sortColumn) |
void | setVisibleOnUserRole(String visibleOnUserRole) |
See Also: javax.faces.component.UIData#encodeEnd(javax.faces.context.FacesContext)
See Also: getDataModel