| Package | Description |
|---|---|
| org.ujorm.tools.web.report | |
| org.ujorm.tools.web.table |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull String |
ReportBuilderConfig.getInnerSortableImage(@NotNull Direction direction)
Get a CSS direction style
|
default @Nullable InputStream |
ReportBuilderConfig.getInnerSortableImageToStream(@NotNull Direction direction)
Get a CSS direction style
|
default @NotNull CharSequence |
ReportBuilderConfig.getSortableDirection(@NotNull Direction direction)
Get a CSS direction style
|
<V> @NotNull ReportBuilder<D> |
ReportBuilder.sortable(@NotNull Direction direction)
Add a sortable indicator to the last column model
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Direction |
ColumnModel.getDirection() |
static @NotNull Direction |
Direction.of(@Nullable 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 @NotNull String |
GridBuilderConfig.getInnerSortableImage(@NotNull Direction direction)
Get a CSS direction style
|
default @Nullable InputStream |
GridBuilderConfig.getInnerSortableImageToStream(@NotNull Direction direction)
Get a CSS direction style
|
default @NotNull CharSequence |
GridBuilderConfig.getSortableDirection(@NotNull Direction direction)
Get a CSS direction style
|
boolean |
Direction.safeEquals(@Nullable Direction direction)
Safe equals
|
void |
ColumnModel.setDirection(@NotNull Direction direction) |
void |
ColumnModel.setSortable(@NotNull Direction direction) |
<V> @NotNull GridBuilder<D> |
GridBuilder.sortable(@NotNull Direction direction)
Add a sortable indicator to the last column model
|
| Constructor and Description |
|---|
ColumnModel(@NotNull Direction direction,
int index) |
Copyright 2015, Pavel Ponec