org.jwarp.flow.form.model
Interface ITableModel

All Superinterfaces:
IComponent, IContainer

public interface ITableModel
extends IContainer


Method Summary
 int getColumnCount()
           
 java.util.Iterator getColumnNames()
           
 int getRowCount()
           
 java.util.Iterator getRows()
           
 java.lang.Object getValue(int x, int y)
           
 
Methods inherited from interface org.jwarp.flow.form.model.IContainer
add, add, addContainerListener, contains, getComponent, getComponentCount, getComponents, remove, remove, removeAll, removeContainerListener
 
Methods inherited from interface org.jwarp.flow.form.model.IComponent
addComponentListener, getDescription, getFullName, getID, getListeners, getLocale, getName, getParent, getXMLTree, handleEvent, isEnabled, removeComponentListener, setEnabled, setFlowData, setLocale
 

Method Detail

getColumnCount

public int getColumnCount()

getRowCount

public int getRowCount()

getColumnNames

public java.util.Iterator getColumnNames()

getRows

public java.util.Iterator getRows()

getValue

public java.lang.Object getValue(int x,
                                 int y)

©   O R C A   S y s t e m s