V - the table column valueT - the row bean typepublic interface TableColumn<V,T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
com.github.bordertech.wcomponents.WTableColumn.Alignment |
getAlignment() |
String |
getColumnId() |
String |
getColumnLabel() |
Comparator<V> |
getComparator() |
com.github.bordertech.wcomponents.WComponent |
getRenderer() |
V |
getValue(T bean) |
int |
getWidth() |
boolean |
isEditable() |
void |
setValue(T bean,
V value) |
Comparator<V> getComparator()
boolean isEditable()
String getColumnId()
String getColumnLabel()
com.github.bordertech.wcomponents.WComponent getRenderer()
int getWidth()
com.github.bordertech.wcomponents.WTableColumn.Alignment getAlignment()
Copyright © 2018. All rights reserved.