com.vaadin.addon.jpacontainer
Class AdvancedFilterable.FiltersAppliedEvent<C extends com.vaadin.data.Container & AdvancedFilterable>
java.lang.Object
com.vaadin.addon.jpacontainer.AdvancedFilterable.FiltersAppliedEvent<C>
- All Implemented Interfaces:
- com.vaadin.data.Container.ItemSetChangeEvent, Serializable
- Enclosing interface:
- AdvancedFilterable
public static class AdvancedFilterable.FiltersAppliedEvent<C extends com.vaadin.data.Container & AdvancedFilterable>
- extends Object
- implements com.vaadin.data.Container.ItemSetChangeEvent
This event indicates that the filters of a AdvancedFilterable
have been applied. If an implementation of AdvancedFilterable
also implements Container.ItemSetChangeNotifier,
this event should be fired every time
AdvancedFilterable.applyFilters() has been executed successfully.
- Since:
- 1.0
- Author:
- Petter Holmström (Vaadin Ltd)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvancedFilterable.FiltersAppliedEvent
public AdvancedFilterable.FiltersAppliedEvent(C container)
- Creates a new
FiltersAppliedEvent.
- Parameters:
container - the filterable container that fired the event.
getContainer
public C getContainer()
- Specified by:
getContainer in interface com.vaadin.data.Container.ItemSetChangeEvent
Copyright © 2013 Vaadin Ltd. All rights reserved.