Skip navigation links
org.apache.myfaces.trinidad.component
Interface CollectionComponent
- All Superinterfaces:
- RowKeyIndex
- All Known Implementing Classes:
- CoreBreadCrumbs, CoreNavigationPane, CoreNavigationTree, CorePage, CoreProcessChoiceBar, CoreTable, CoreTrain, CoreTree, CoreTreeTable, UIXHierarchy, UIXMenuHierarchy, UIXNavigationHierarchy, UIXNavigationLevel, UIXNavigationPath, UIXNavigationTree, UIXPage, UIXProcess, UIXTable, UIXTree, UIXTreeTable
-
public interface CollectionComponent
- extends RowKeyIndex
Identifies a Paging component. Components that page, have a starting index (see getFirst()) and the number of rows to show on a single page (see getRows()).
getVar
java.lang.String getVar()
getRows
int getRows()
getFirst
int getFirst()
Skip navigation links
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.