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()).
getVar
public java.lang.String getVar()
getRows
public int getRows()
getFirst
public int getFirst()
Copyright © 2003-2007 Oracle Corporation. All Rights Reserved.