Package ch.tocco.nice2.model.form.spi
Class PositionBasedSorter.PositionItem<V>
java.lang.Object
ch.tocco.nice2.model.form.spi.PositionBasedSorter.PositionItem<V>
- Enclosing class:
PositionBasedSorter
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`.-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Iterable
<PositionBasedSorter.PositionItem<V>> abstract String
getName()
abstract PositionBasedSorter.PositionItem
abstract String
getValue()
-
Constructor Details
-
PositionItem
-
-
Method Details
-
getValue
-
getName
-
getPosition
-
getRelativeToPositionName
-
getParent
-
getChildren
-