Uses of Interface
com.vaadin.data.Container.ItemSetChangeEvent
-
Packages that use Container.ItemSetChangeEvent Package Description com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data.com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer.com.vaadin.data.util.sqlcontainer com.vaadin.ui com.vaadin.ui.components.calendar -
-
Uses of Container.ItemSetChangeEvent in com.vaadin.data
Subinterfaces of Container.ItemSetChangeEvent in com.vaadin.data Modifier and Type Interface Description static interfaceContainer.Indexed.ItemAddEventAnEventobject specifying information about the added items.static interfaceContainer.Indexed.ItemRemoveEventAnEventobject specifying information about the removed items.Methods in com.vaadin.data with parameters of type Container.ItemSetChangeEvent Modifier and Type Method Description voidContainer.ItemSetChangeListener. containerItemSetChange(Container.ItemSetChangeEvent event)Lets the listener know a Containers visible (filtered and/or sorted, if applicable) Item set has changed. -
Uses of Container.ItemSetChangeEvent in com.vaadin.data.util
Classes in com.vaadin.data.util that implement Container.ItemSetChangeEvent Modifier and Type Class Description protected static classAbstractContainer.BaseItemSetChangeEventAneventobject specifying the container whose Item set has changed.protected static classAbstractInMemoryContainer.BaseItemAddEventAnEventobject specifying information about the added items.protected static classAbstractInMemoryContainer.BaseItemRemoveEventAnEventobject specifying information about the removed items.protected classGeneratedPropertyContainer.GeneratedItemAddEventprotected classGeneratedPropertyContainer.GeneratedItemRemoveEventstatic classIndexedContainer.ItemSetChangeEventAneventobject specifying the list whose Item set has changed.Methods in com.vaadin.data.util with parameters of type Container.ItemSetChangeEvent Modifier and Type Method Description protected voidAbstractContainer. fireItemSetChange(Container.ItemSetChangeEvent event)Sends an Item set change event to all registered interested listeners.protected voidHierarchicalContainer. fireItemSetChange(Container.ItemSetChangeEvent event) -
Uses of Container.ItemSetChangeEvent in com.vaadin.data.util.sqlcontainer
Classes in com.vaadin.data.util.sqlcontainer that implement Container.ItemSetChangeEvent Modifier and Type Class Description static classSQLContainer.ItemSetChangeEventSimple ItemSetChangeEvent implementation. -
Uses of Container.ItemSetChangeEvent in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Container.ItemSetChangeEvent Modifier and Type Method Description voidAbstractSelect. containerItemSetChange(Container.ItemSetChangeEvent event)Lets the listener know a Containers Item set has changed.voidComboBox. containerItemSetChange(Container.ItemSetChangeEvent event)voidTable. containerItemSetChange(Container.ItemSetChangeEvent event)Container datasource item set change.voidTree. containerItemSetChange(Container.ItemSetChangeEvent event)voidTreeTable. containerItemSetChange(Container.ItemSetChangeEvent event) -
Uses of Container.ItemSetChangeEvent in com.vaadin.ui.components.calendar
Methods in com.vaadin.ui.components.calendar with parameters of type Container.ItemSetChangeEvent Modifier and Type Method Description voidContainerEventProvider. containerItemSetChange(Container.ItemSetChangeEvent event)
-