Package com.vaadin.v7.data
Interface Container.PropertySetChangeListener
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractSelect,ComboBox,ListSelect,NativeSelect,OptionGroup,Select,Table,Tree,TreeTable,TwinColSelect
- Enclosing interface:
- Container
@Deprecated public static interface Container.PropertySetChangeListener extends Serializable
Deprecated.The listener interface for receivingPropertySetChangeEventobjects.A property set change means the addition, removal or other structural change of the properties (supported property IDs) of a container. Changes concerning the set of items in the container and their property values are not property set changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidcontainerPropertySetChange(Container.PropertySetChangeEvent event)Deprecated.Notifies this listener that the set of property IDs supported by the Container has changed.
-
-
-
Method Detail
-
containerPropertySetChange
void containerPropertySetChange(Container.PropertySetChangeEvent event)
Deprecated.Notifies this listener that the set of property IDs supported by the Container has changed.- Parameters:
event- Change event.
-
-