Uses of Class
org.openfaces.renderkit.table.AbstractRow

Packages that use AbstractRow
org.openfaces.renderkit.table This package is only for internal usage from within the OpenFaces library. 
 

Uses of AbstractRow in org.openfaces.renderkit.table
 

Subclasses of AbstractRow in org.openfaces.renderkit.table
 class BodyRow
           
 class HeaderRow
           
 

Methods in org.openfaces.renderkit.table that return types with arguments of type AbstractRow
 java.util.List<? extends AbstractRow> TableScrollingArea.getRows()
           
 

Constructor parameters in org.openfaces.renderkit.table with type arguments of type AbstractRow
TableScrollingArea(TableElement parent, java.util.List<BaseColumn> columns, java.util.List<? extends AbstractRow> rows, TableScrollingArea.ScrollingType scrollingType)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.