oracle.adf.view.faces.component
Interface CollectionComponent

All Known Implementing Classes:
TableBase, TreeBase

public interface CollectionComponent


Method Summary
 int getFirst()
           
 int getRowCount()
           
 java.lang.Object getRowData()
           
 int getRowIndex()
           
 java.lang.String getRowKey()
           
 int getRows()
           
 RowKeySet getSelectionState()
           
 java.lang.String getVar()
           
 boolean isRowAvailable()
           
 void setRowIndex(int rowIndex)
           
 void setRowKey(java.lang.String rowKey)
           
 

Method Detail

getRowCount

public int getRowCount()

getRowIndex

public int getRowIndex()

setRowIndex

public void setRowIndex(int rowIndex)

getRowKey

public java.lang.String getRowKey()

setRowKey

public void setRowKey(java.lang.String rowKey)

isRowAvailable

public boolean isRowAvailable()

getRowData

public java.lang.Object getRowData()

getVar

public java.lang.String getVar()

getRows

public int getRows()

getFirst

public int getFirst()

getSelectionState

public RowKeySet getSelectionState()


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