A wrapper class for adding external ordering to containers not implementing the {@link com.vaadin.data.Container.Ordered} interface.
If the wrapped container is changed directly (that is, not through the wrapper), and does not implement Container.ItemSetChangeNotifier and/or Container.PropertySetChangeNotifier the hierarchy information must be updated with the {@link #updateOrderWrapper()} method.
@author Vaadin Ltd. @since 3.0
|
|
|
|
|
|