HasSortText |
|
Class HasSortText defines no new operations.
Attributes
Get list of all attributes
|
SortName |
| Field | Type | |
|---|---|---|
| HasSortText: | sortText: | Text |
Define Class HasSortText; mixes in with Object; field sortText: Text; // Sort text that overrides the sort name, or nil to mean // use the inherited sort name. attribute SortName: Text; // Overrides the getter to return the sortText if it is non-nil. // Provides a setter that will set the sortText to the passed text // or nil if the passed text matches the inherited sort name. end class;