| Package | Description |
|---|---|
| org.ujorm.tools.web.table |
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnModel<D,?>> |
TableBuilder.columns
Columns
|
| Modifier and Type | Method and Description |
|---|---|
ColumnModel<D,?> |
TableBuilder.getColumn(int index)
Get column model by index
|
ColumnModel<D,?> |
TableBuilder.getSortedColumn()
Get sorted column or a stub of the sorted column was not found
|
protected static ColumnModel |
ColumnModel.ofCode(String paramValue) |
static <D,V> ColumnModel<D,V> |
ColumnModel.ofStub()
Create a stub column
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableBuilder.setSort(ColumnModel sort)
Mark a column as sorted
|
Copyright 2015, Pavel Ponec