| Package | Description |
|---|---|
| com.github.bordertech.wcomponents.addons.table |
Type safe table columns and bean binding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableBeanModel<T,U extends TableColumn<?,T>>
Bean bound table model with column definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableColumn<V,T>
Table column details.
|
class |
AbstractTableEditableColumn<V,T>
Editable column that defaults to a TextField instead of a WText.
|
class |
DefaultTableColumn<T>
Default table column that returns the row bean as the column bean.
|
| Modifier and Type | Method and Description |
|---|---|
TableColumn<?,T> |
TableBeanModel.getColumn(int col) |
Copyright © 2018. All rights reserved.