@Deprecated public class CollectionDsActionsNotifier extends java.lang.Object implements Datasource.ItemChangeListener, Datasource.ItemPropertyChangeListener, Datasource.StateChangeListener, CollectionDatasource.CollectionChangeListener
Constructor and Description |
---|
CollectionDsActionsNotifier(ActionsHolder actionsHolder)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
bind(CollectionDatasource ds)
Deprecated.
|
void |
collectionChanged(CollectionDatasource.CollectionChangeEvent e)
Deprecated.
Enclosed collection changed.
|
void |
itemChanged(Datasource.ItemChangeEvent e)
Deprecated.
Current item changed, that is now
Datasource.getItem() returns a different
instance. |
void |
itemPropertyChanged(Datasource.ItemPropertyChangeEvent e)
Deprecated.
Property value of some datasource item changed.
|
void |
stateChanged(Datasource.StateChangeEvent e)
Deprecated.
Datasource state changed.
|
public CollectionDsActionsNotifier(ActionsHolder actionsHolder)
public void collectionChanged(CollectionDatasource.CollectionChangeEvent e)
CollectionDatasource.CollectionChangeListener
collectionChanged
in interface CollectionDatasource.CollectionChangeListener
public void itemChanged(Datasource.ItemChangeEvent e)
Datasource.ItemChangeListener
Datasource.getItem()
returns a different
instance.itemChanged
in interface Datasource.ItemChangeListener
public void itemPropertyChanged(Datasource.ItemPropertyChangeEvent e)
Datasource.ItemPropertyChangeListener
CollectionDatasource
this method may be
called for any item of collection if its property value changed.itemPropertyChanged
in interface Datasource.ItemPropertyChangeListener
public void stateChanged(Datasource.StateChangeEvent e)
Datasource.StateChangeListener
stateChanged
in interface Datasource.StateChangeListener
public void bind(CollectionDatasource ds)