| Package | Description |
|---|---|
| net.coderazzi.filters.gui |
| Modifier and Type | Field | Description |
|---|---|---|
static TableFilterHeader.Position |
FilterSettings.headerPosition |
The header position,
INLINE by default. |
| Modifier and Type | Method | Description |
|---|---|---|
TableFilterHeader.Position |
TableFilterHeader.getPosition() |
Returns the mode currently associated to the TableHeader.
|
static TableFilterHeader.Position |
TableFilterHeader.Position.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TableFilterHeader.Position[] |
TableFilterHeader.Position.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TableFilterHeader.setPosition(TableFilterHeader.Position location) |
Sets the position of the header related to the table.
|
Copyright © 2018 coderazzi. All Rights Reserved.