com.dynamide
Interface IValueBeanList

All Superinterfaces:
IValueBean
All Known Subinterfaces:
IValueBeanTable
All Known Implementing Classes:
MyValueBean, RDBValueBean

public interface IValueBeanList
extends IValueBean


Method Summary
 java.lang.Object cell(int r)
           
 int getCurrentRow()
           
 int getDisplayFirstRowNum()
           
 int getDisplayRowCount()
           
 
Methods inherited from interface com.dynamide.IValueBean
cell, getType, setCellValue, value
 

Method Detail

cell

java.lang.Object cell(int r)

getCurrentRow

int getCurrentRow()

getDisplayRowCount

int getDisplayRowCount()

getDisplayFirstRowNum

int getDisplayFirstRowNum()
Returns:
the zero-based index of the first visible row.


Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.