| Package | Description |
|---|---|
| net.coderazzi.filters.gui |
| Modifier and Type | Field and Description |
|---|---|
static TableFilterHeader.Position |
FilterSettings.headerPosition
The header position,
INLINE by default. |
| Modifier and Type | Method and Description |
|---|---|
TableFilterHeader.Position |
TableFilterHeader.getPosition()
Returns the mode currently associated to the TableHeader.
|
static TableFilterHeader.Position |
TableFilterHeader.Position.valueOf(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 and Description |
|---|---|
void |
TableFilterHeader.setPosition(TableFilterHeader.Position location)
Sets the position of the header related to the table.
|