|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujoframework.extensions.PathProperty<UJO,VALUE>
org.ujoframework.extensions.SortingProperty<UJO,VALUE>
public final class SortingProperty<UJO extends Ujo,VALUE>
A property for a direction of sorting.
| Constructor Summary | |
|---|---|
SortingProperty(UjoProperty<UJO,VALUE> property,
boolean ascending)
|
|
| Method Summary | |
|---|---|
boolean |
isAscending()
A flag for a direction of sorting. |
| Methods inherited from class org.ujoframework.extensions.PathProperty |
|---|
add, copy, create, descending, equals, exportProperties, getDefault, getIndex, getLastProperty, getName, getProperty, getPropertyCount, getSemifinalValue, getType, getValue, charAt, isDefault, isDirect, isTypeOf, length, newInstance, newInstance, newInstance, newInstance, of, setValue, subSequence, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SortingProperty(UjoProperty<UJO,VALUE> property,
boolean ascending)
| Method Detail |
|---|
public final boolean isAscending()
isAscending in interface UjoProperty<UJO extends Ujo,VALUE>isAscending in class PathProperty<UJO extends Ujo,VALUE>UjoComparator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||