Uses of Class
org.openfaces.renderkit.table.TableScrollingArea.ScrollingType

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

Uses of TableScrollingArea.ScrollingType in org.openfaces.renderkit.table
 

Methods in org.openfaces.renderkit.table that return TableScrollingArea.ScrollingType
static TableScrollingArea.ScrollingType TableScrollingArea.ScrollingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TableScrollingArea.ScrollingType[] TableScrollingArea.ScrollingType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.openfaces.renderkit.table with parameters of type TableScrollingArea.ScrollingType
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.