Uses of Class
org.apache.myfaces.component.html.ext.HtmlDataTableHack

Packages that use HtmlDataTableHack
org.apache.myfaces.component.html.ext   
org.apache.myfaces.custom.datalist   
 

Uses of HtmlDataTableHack in org.apache.myfaces.component.html.ext
 

Subclasses of HtmlDataTableHack in org.apache.myfaces.component.html.ext
 class AbstractHtmlDataTable
          The MyFacesDataTable extends the standard JSF DataTable by two important features:
Possiblity to save the state of the DataModel. Support for clickable sort headers (see SortHeader component).
Extended data_table that adds some additional features to the standard data_table action: see attribute descriptions for preserveDataModel, sortColumn, sortAscending and preserveSort.
 

Uses of HtmlDataTableHack in org.apache.myfaces.custom.datalist
 

Subclasses of HtmlDataTableHack in org.apache.myfaces.custom.datalist
 class AbstractHtmlDataList
          Similar to dataTable, but does not render a table.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.