org.apache.myfaces.trinidad.component
Interface CollectionComponent
- All Superinterfaces:
- RowKeyIndex
- All Known Implementing Classes:
- UIXHierarchy, UIXMenuHierarchy, UIXNavigationHierarchy
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()).
| Methods inherited from interface org.apache.myfaces.trinidad.model.RowKeyIndex |
areRowsAvailable, areRowsAvailable, areRowsAvailable, getRowCount, getRowData, getRowData, getRowData, getRowIndex, getRowKey, isRowAvailable, isRowAvailable, isRowAvailable, setRowIndex, setRowKey |
getVar
java.lang.String getVar()
getRows
int getRows()
getFirst
int getFirst()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.