java.lang.Objectorg.springframework.beans.support.MutableSortDefinition
All Implemented Interfaces:
SortDefinition, Serializable
Juergen - HoellerJean-Pierre - Pawlak26.05.2003 - | Constructor: |
|---|
|
|
|
|
| Method from org.springframework.beans.support.MutableSortDefinition Summary: |
|---|
| equals, getProperty, hashCode, isAscending, isIgnoreCase, isToggleAscendingOnProperty, setAscending, setIgnoreCase, setProperty, setToggleAscendingOnProperty |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.beans.support.MutableSortDefinition Detail: |
|---|
|
|
|
|
|
|
|
|
If the property was the same as the current, the sort is reversed if "toggleAscendingOnProperty" is activated, else simply ignored. |
This is particularly useful for parameter binding through a web request, where clicking on the field header again might be supposed to trigger a resort for the same field but opposite order. |