org.apache.myfaces.component.html.ext

Class HtmlDataTable

public class HtmlDataTable extends HtmlDataTableHack implements UserRoleAware

Version: $Revision: 280562 $ $Date: 2005-09-13 16:27:56 +0200 (Tue, 13 Sep 2005) $

Author: Thomas Spiegl (latest modification by $Author: mbr $) Manfred Geiler

Field Summary
static StringCOMPONENT_TYPE
Constructor Summary
HtmlDataTable()
Method Summary
voidencodeBegin(FacesContext context)
voidencodeEnd(FacesContext context)
StringgetClientId(FacesContext context)
protected DataModelgetDataModel()
StringgetEnabledOnUserRole()
intgetFirst()
StringgetForceIdIndexFormula()
protected _SerializableDataModelgetPreservedDataModel()
StringgetPreviousRowDataVar()
StringgetRowCountVar()
StringgetRowIndexVar()
StringgetRowOnClick()
StringgetRowOnDblClick()
StringgetRowOnKeyDown()
StringgetRowOnKeyPress()
StringgetRowOnKeyUp()
StringgetRowOnMouseDown()
StringgetRowOnMouseMove()
StringgetRowOnMouseOut()
StringgetRowOnMouseOver()
StringgetRowOnMouseUp()
intgetRows()
StringgetRowStyle()
StringgetRowStyleClass()
_SerializableDataModelgetSerializableDataModel()
StringgetSortColumn()
StringgetVisibleOnUserRole()
booleanisPreserveDataModel()
booleanisPreserveSort()
booleanisRendered()
booleanisRenderedIfEmpty()
booleanisSortAscending()
protected booleanisValidChildren()
voidprocessDecodes(FacesContext context)
voidprocessUpdates(FacesContext context)
voidprocessValidators(FacesContext context)
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)
voidsetEnabledOnUserRole(String enabledOnUserRole)
voidsetFirst(int first)
voidsetForceIdIndexFormula(String forceIdIndexFormula)
protected voidsetIsValidChildren(boolean isValidChildren)
protected voidsetPreservedDataModel(_SerializableDataModel preservedDataModel)
voidsetPreserveDataModel(boolean preserveDataModel)
voidsetPreserveSort(boolean preserveSort)
voidsetPreviousRowDataVar(String previousRowDataVar)
voidsetRenderedIfEmpty(boolean renderedIfEmpty)
voidsetRowCountVar(String rowCountVar)
voidsetRowIndex(int rowIndex)
voidsetRowIndexVar(String rowIndexVar)
voidsetRowOnClick(String rowOnClick)
voidsetRowOnDblClick(String rowOnDblClick)
voidsetRowOnKeyDown(String rowOnKeyDown)
voidsetRowOnKeyPress(String rowOnKeyPress)
voidsetRowOnKeyUp(String rowOnKeyUp)
voidsetRowOnMouseDown(String rowOnMouseDown)
voidsetRowOnMouseMove(String rowOnMouseMove)
voidsetRowOnMouseOut(String rowOnMouseOut)
voidsetRowOnMouseOver(String rowOnMouseOver)
voidsetRowOnMouseUp(String rowOnMouseUp)
voidsetRows(int rows)
voidsetRowStyle(String rowStyle)
voidsetRowStyleClass(String rowStyleClass)
voidsetSortAscending(boolean sortAscending)
voidsetSortColumn(String sortColumn)
voidsetVisibleOnUserRole(String visibleOnUserRole)

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Detail

HtmlDataTable

public HtmlDataTable()

Method Detail

encodeBegin

public void encodeBegin(FacesContext context)

encodeEnd

public void encodeEnd(FacesContext context)

See Also: javax.faces.component.UIData#encodeEnd(javax.faces.context.FacesContext)

getClientId

public String getClientId(FacesContext context)

getDataModel

protected DataModel getDataModel()

See Also: getDataModel

getEnabledOnUserRole

public String getEnabledOnUserRole()

getFirst

public int getFirst()

getForceIdIndexFormula

public String getForceIdIndexFormula()

getPreservedDataModel

protected _SerializableDataModel getPreservedDataModel()

getPreviousRowDataVar

public String getPreviousRowDataVar()

getRowCountVar

public String getRowCountVar()

getRowIndexVar

public String getRowIndexVar()

getRowOnClick

public String getRowOnClick()

getRowOnDblClick

public String getRowOnDblClick()

getRowOnKeyDown

public String getRowOnKeyDown()

getRowOnKeyPress

public String getRowOnKeyPress()

getRowOnKeyUp

public String getRowOnKeyUp()

getRowOnMouseDown

public String getRowOnMouseDown()

getRowOnMouseMove

public String getRowOnMouseMove()

getRowOnMouseOut

public String getRowOnMouseOut()

getRowOnMouseOver

public String getRowOnMouseOver()

getRowOnMouseUp

public String getRowOnMouseUp()

getRows

public int getRows()

getRowStyle

public String getRowStyle()

getRowStyleClass

public String getRowStyleClass()

getSerializableDataModel

public _SerializableDataModel getSerializableDataModel()

getSortColumn

public String getSortColumn()

getVisibleOnUserRole

public String getVisibleOnUserRole()

isPreserveDataModel

public boolean isPreserveDataModel()

isPreserveSort

public boolean isPreserveSort()

isRendered

public boolean isRendered()

isRenderedIfEmpty

public boolean isRenderedIfEmpty()

isSortAscending

public boolean isSortAscending()

isValidChildren

protected boolean isValidChildren()

processDecodes

public void processDecodes(FacesContext context)

processUpdates

public void processUpdates(FacesContext context)

processValidators

public void processValidators(FacesContext context)

restoreState

public void restoreState(FacesContext context, Object state)

saveState

public Object saveState(FacesContext context)

setEnabledOnUserRole

public void setEnabledOnUserRole(String enabledOnUserRole)

setFirst

public void setFirst(int first)

setForceIdIndexFormula

public void setForceIdIndexFormula(String forceIdIndexFormula)

setIsValidChildren

protected void setIsValidChildren(boolean isValidChildren)

setPreservedDataModel

protected void setPreservedDataModel(_SerializableDataModel preservedDataModel)

setPreserveDataModel

public void setPreserveDataModel(boolean preserveDataModel)

setPreserveSort

public void setPreserveSort(boolean preserveSort)

setPreviousRowDataVar

public void setPreviousRowDataVar(String previousRowDataVar)

setRenderedIfEmpty

public void setRenderedIfEmpty(boolean renderedIfEmpty)

setRowCountVar

public void setRowCountVar(String rowCountVar)

setRowIndex

public void setRowIndex(int rowIndex)

setRowIndexVar

public void setRowIndexVar(String rowIndexVar)

setRowOnClick

public void setRowOnClick(String rowOnClick)

setRowOnDblClick

public void setRowOnDblClick(String rowOnDblClick)

setRowOnKeyDown

public void setRowOnKeyDown(String rowOnKeyDown)

setRowOnKeyPress

public void setRowOnKeyPress(String rowOnKeyPress)

setRowOnKeyUp

public void setRowOnKeyUp(String rowOnKeyUp)

setRowOnMouseDown

public void setRowOnMouseDown(String rowOnMouseDown)

setRowOnMouseMove

public void setRowOnMouseMove(String rowOnMouseMove)

setRowOnMouseOut

public void setRowOnMouseOut(String rowOnMouseOut)

setRowOnMouseOver

public void setRowOnMouseOver(String rowOnMouseOver)

setRowOnMouseUp

public void setRowOnMouseUp(String rowOnMouseUp)

setRows

public void setRows(int rows)

setRowStyle

public void setRowStyle(String rowStyle)

setRowStyleClass

public void setRowStyleClass(String rowStyleClass)

setSortAscending

public void setSortAscending(boolean sortAscending)

setSortColumn

public void setSortColumn(String sortColumn)

setVisibleOnUserRole

public void setVisibleOnUserRole(String visibleOnUserRole)