[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]

CanBeSearchResult

mixes in with Object

CanBeSearchResult



Operations

Get list of all operations

DisplaySearchResult
DoneListingSearchResult


Attributes

Get list of all attributes

Class CanBeSearchResult defines no new attributes.


Fields

No fields are defined by CanBeSearchResult or any of its superclasses.


Instance template

Class CanBeSearchResult cannot be instantiated.


Class definition

Define Class CanBeSearchResult;
    mixes in with Object;

    operation DisplaySearchResult(searchCriteria: Object), noMethod;
        // called by user interface for searching
        // <searchCriteria> is the criteria that was passed to SearchForObject when this item was found
        // must override to show self to user (go to scene, scroll appropriately, blink, etc.)
    operation DoneListingSearchResult();
        // called by user interface for searching's ResetSearchCriteria
        // does nothing
        // override to destroy self if self was created just for display

end class;