public interface AttributeFilterPanel
Modifier and Type | Interface and Description |
---|---|
static class |
AttributeFilterPanel.Type |
Modifier and Type | Method and Description |
---|---|
void |
closing()
This method is called when the panel is about to be closed
|
int |
getAttributeCount()
returns the number of attributes included in this panel
|
java.util.List<EventFilter> |
getFiltersToAdd()
After closing, the filters to add will be retrieved through this method
|
java.util.List<EventFilter> |
getFiltersToRemove()
After closing, the filters to remove will be retrieved through this
method
|
AttributeFilterPanel.Type |
getType()
returns the type of attribute filter panel
|
void |
opening()
This method is called when the panel is about to be shown.
|
void opening()
void closing()
java.util.List<EventFilter> getFiltersToAdd()
java.util.List<EventFilter> getFiltersToRemove()
AttributeFilterPanel.Type getType()
int getAttributeCount()