| Package | Description |
|---|---|
| net.coderazzi.filters.gui |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CustomChoiceDecorator.DefaultDecorator |
Default decorator, delegating always to the associated methods on the
CustomChoice instances. |
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.Class<? extends CustomChoiceDecorator> |
FilterSettings.customChoiceDecoratorClass |
| Modifier and Type | Method | Description |
|---|---|---|
CustomChoiceDecorator |
Look.getCustomChoiceDecorator() |
Returns the registered
CustomChoiceDecorator. |
CustomChoiceDecorator |
TableFilterHeader.getCustomChoiceDecorator() |
Returns the
CustomChoiceDecorator instance. |
static CustomChoiceDecorator |
FilterSettings.newCustomChoiceDecorator() |
Creates a CustomChoiceDecorator as defined by default.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TableFilterHeader.setCustomChoiceDecorator(CustomChoiceDecorator decorator) |
Sets the
CustomChoiceDecorator instance. |
Copyright © 2018 coderazzi. All Rights Reserved.