Uses of Interface
org.apache.myfaces.custom.ExtendedComponentBase

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

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

Classes in org.apache.myfaces.component.html.ext that implement ExtendedComponentBase
 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.
 class AbstractHtmlSelectManyCheckbox
          Extends standard selectManyCheckbox with user role support and a valueType attribute.
 class HtmlDataTable
           
 class HtmlDataTableHack
          Reimplement all UIData functionality to be able to have (protected) access the internal DataModel.
 class HtmlSelectManyCheckbox
           
 

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

Classes in org.apache.myfaces.custom.datalist that implement ExtendedComponentBase
 class AbstractHtmlDataList
          Similar to dataTable, but does not render a table.
 class HtmlDataList
           
 



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