com.dynamide
Interface IValueBeanTable

All Superinterfaces:
IValueBean, IValueBeanList
All Known Implementing Classes:
MyValueBean, RDBValueBean

public interface IValueBeanTable
extends IValueBeanList


Method Summary
 java.lang.Object cell(int r, int c)
           
 java.util.Iterator getColumnNames()
           
 int getCurrentColumn()
           
 java.lang.String getType(int c)
           
 
Methods inherited from interface com.dynamide.IValueBeanList
cell, getCurrentRow, getDisplayFirstRowNum, getDisplayRowCount
 
Methods inherited from interface com.dynamide.IValueBean
cell, getType, setCellValue, value
 

Method Detail

cell

java.lang.Object cell(int r,
                      int c)

getCurrentColumn

int getCurrentColumn()

getColumnNames

java.util.Iterator getColumnNames()

getType

java.lang.String getType(int c)


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