|
SPT RWT Application API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Column | |
|---|---|
| com.sptci.rwt | A database abstraction API for analysing and interacting with relational databases using JDBC. |
| Uses of Column in com.sptci.rwt |
|---|
| Fields in com.sptci.rwt with type parameters of type Column | |
|---|---|
private List<Column> |
Row.columns
The collection of Column instances contained in this row. |
| Methods in com.sptci.rwt that return types with arguments of type Column | |
|---|---|
List<Column> |
Row.getColumns()
Returns Row.columns. |
| Methods in com.sptci.rwt with parameters of type Column | |
|---|---|
protected void |
Row.addColumn(Column column)
Add the specified column to Row.columns collection. |
| Method parameters in com.sptci.rwt with type arguments of type Column | |
|---|---|
protected void |
Row.setColumns(List<Column> columns)
Set Row.columns. |
|
SPT RWT Application API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||