Inherited by AjaxSortOrder, ERXAjaxSortOrder, and ERXHTMLSortOrder.

Public Member Functions | |
| int | currentState () |
| String | customImageSrcForCurrentState () |
| ERXSortOrder (WOContext context) | |
| String | frameworkName () |
| boolean | hasCustomImageNameForCurrentState () |
| boolean | hasCustomImageSrcForCurrentState () |
| Object | height () |
| String | helpString () |
| String | imageNameForCurrentState () |
| void | reset () |
| String | sortedAscendingImageName () |
| String | sortedDescendingImageName () |
| boolean | synchronizesVariablesWithBindings () |
| WOComponent | toggleClicked () |
| String | unsortedImageName () |
| Object | width () |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERXSortOrder.class) |
| static final int | Reset = -1 |
| static final int | SortedAscending = 1 |
| static final int | SortedDescending = 2 |
| static final String | SortOrderingChanged = "SortOrderingChanged" |
| static final int | Unsorted = 0 |
Protected Member Functions | |
| boolean | _isCurrentKeyPrimary () |
| NSSelector | _primaryKeySortOrderingSelector () |
| EOSortOrdering | _primarySortOrdering () |
Protected Attributes | |
| int | _currentState = Reset |
d2wContext displayGroup displayKey key unsortedImageSrc sortedAscendingImageSrc sortedDescendingImageSrc unsortedImageName sortedAscendingImageName sortedDescendingImageName imageFramework width the width of the image height the height of the image
| ERXSortOrder | ( | WOContext | context | ) |
| boolean _isCurrentKeyPrimary | ( | ) | [protected] |
Reimplemented from WOSortOrder.
| NSSelector _primaryKeySortOrderingSelector | ( | ) | [protected] |
Reimplemented from WOSortOrder.
| EOSortOrdering _primarySortOrdering | ( | ) | [protected] |
Reimplemented from WOSortOrder.
| int currentState | ( | ) |
| String customImageSrcForCurrentState | ( | ) |
| String frameworkName | ( | ) |
| boolean hasCustomImageNameForCurrentState | ( | ) |
| boolean hasCustomImageSrcForCurrentState | ( | ) |
| Object height | ( | ) |
| String helpString | ( | ) |
Reimplemented from WOSortOrder.
| String imageNameForCurrentState | ( | ) |
| void reset | ( | ) |
Reimplemented from WOSortOrder.
| String sortedAscendingImageName | ( | ) |
| String sortedDescendingImageName | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
component does not synchronize variables
Reimplemented from ERXNonSynchronizingComponent.
| WOComponent toggleClicked | ( | ) |
Reimplemented from WOSortOrder.
| String unsortedImageName | ( | ) |
| Object width | ( | ) |
int _currentState = Reset [protected] |
final int Reset = -1 [static] |
final int SortedAscending = 1 [static] |
final int SortedDescending = 2 [static] |
final String SortOrderingChanged = "SortOrderingChanged" [static] |
final int Unsorted = 0 [static] |
1.5.8