oracle.adf.view.faces.component
Interface CollectionComponent

All Superinterfaces:
RowKeyIndex
All Known Implementing Classes:
UIXHierarchy, UIXTable

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 oracle.adf.view.faces.model.RowKeyIndex
getRowCount, getRowData, getRowData, getRowIndex, getRowKey, isRowAvailable, isRowAvailable, setRowIndex, setRowKey
 

Method Detail

getVar

public java.lang.String getVar()

getRows

public int getRows()

getFirst

public int getFirst()


Copyright © 2003-2007 Oracle Corporation. All Rights Reserved.