| Package | Description |
|---|---|
| org.ujorm.tools.web.report | |
| org.ujorm.tools.web.table |
| Modifier and Type | Method and Description |
|---|---|
default String |
ReportBuilderConfig.getInnerSortableImage(Direction direction)
Get a CSS direction style
|
default InputStream |
ReportBuilderConfig.getInnerSortableImageToStream(Direction direction)
Get a CSS direction style
|
default CharSequence |
ReportBuilderConfig.getSortableDirection(Direction direction)
Get a CSS direction style
|
<V> ReportBuilder<D> |
ReportBuilder.sortable(Direction direction)
Add a sortable indicator to the last column model
|
| 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 |
GridBuilderConfig.getInnerSortableImage(Direction direction)
Get a CSS direction style
|
default InputStream |
GridBuilderConfig.getInnerSortableImageToStream(Direction direction)
Get a CSS direction style
|
default CharSequence |
GridBuilderConfig.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> GridBuilder<D> |
GridBuilder.sortable(Direction direction)
Add a sortable indicator to the last column model
|
| Constructor and Description |
|---|
ColumnModel(Direction direction,
int index) |
Copyright 2019-2022, Pavel Ponec