public class TableColumn<T> extends Object
| Constructor and Description |
|---|
TableColumn(String title,
CellType<T> type,
String legend) |
| Modifier and Type | Method and Description |
|---|---|
CellType<T> |
getCellType() |
String |
getLegend() |
String |
getTitle() |
void |
setTitle(String title) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.