Class PositionBasedSorter.PositionItem<V>

java.lang.Object
ch.tocco.nice2.model.form.spi.PositionBasedSorter.PositionItem<V>
Enclosing class:
PositionBasedSorter

public abstract static class PositionBasedSorter.PositionItem<V> extends Object
This interface contains all needed to use the PositionBasedSorter. It holds a user-defined value that is to be sorted. The `getParent()` and `getChildren()` are used when sorting components with a backed `EntityModel`.