[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

HasSortText

mixes in with Object

HasSortText



Operations

Get list of all operations

Class HasSortText defines no new operations.


Attributes

Get list of all attributes

SortName


Fields

Field Type
HasSortText: sortText: Text


Instance template

Class HasSortText cannot be instantiated.


Class definition

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;