mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

Provide more convinient way to toggle sort modes #21

Closed mysticfall closed 11 years ago

mysticfall commented 11 years ago

Provide convinient way to toggle sort modes.

For example, when building a common grid UI which has a sort button on header cells which cycles through the available sort modes,

it's cumbersome to determine what the current status is and what next mode to change without writing lot of if-else statements.