public interface TableModel
GDK enhancements for TableModel.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Object[] |
getAt(int index)Support the subscript operator for TableModel. |
|
public Iterator<?> |
iterator()Returns an Iterator which traverses the TableModel one row at a time. |
|
public int |
size()Provide the standard Groovy size() method for TableModel. |
Support the subscript operator for TableModel.
index - the index of the row to getReturns an Iterator which traverses the TableModel one row at a time.
Provide the standard Groovy size() method for TableModel.