| Package | Description |
|---|---|
| org.ujorm.tools.web.table |
| Modifier and Type | Method and Description |
|---|---|
Direction |
ColumnModel.getDirection() |
static Direction |
Direction.of(Boolean ascending) |
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
TableBuilderConfig.getInnerSortableImage(Direction direction)
Get a CSS direction style
|
default InputStream |
TableBuilderConfig.getInnerSortableImageToStream(Direction direction)
Get a CSS direction style
|
default CharSequence |
TableBuilderConfig.getSortableDirection(Direction direction)
Get a CSS direction style
|
boolean |
Direction.safeEquals(Direction direction)
Safe equals
|
void |
ColumnModel.setDirection(Direction direction) |
void |
ColumnModel.setSortable(Direction direction) |
<V> TableBuilder<D> |
TableBuilder.sortable(Direction direction)
Add a sortable indicator to the last column model
|
| Constructor and Description |
|---|
ColumnModel(Direction direction,
int index) |
Copyright 2015, Pavel Ponec