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()).


Method Summary
 int getFirst()
           
 int getRows()
           
 java.lang.String getVar()
           
 
Methods inherited from interface org.apache.myfaces.trinidad.model.RowKeyIndex
getRowCount, getRowData, getRowData, getRowIndex, getRowKey, isRowAvailable, isRowAvailable, setRowIndex, setRowKey
 

Method Detail

getVar

java.lang.String getVar()

getRows

int getRows()

getFirst

int getFirst()


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.