public interface RowSource
Row
generator and container.Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
int |
getColumnIndex(java.lang.String name) |
Row |
getRow(int id) |
RowDecorator |
makeRowDecorator() |
int getColumnCount()
int getColumnIndex(java.lang.String name) throws AxionException
AxionException
Row getRow(int id) throws AxionException
AxionException
RowDecorator makeRowDecorator()