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

DialListEntry

inherits from ListEntry

Object <- Text <- ListEntry <- DialListEntry



Operations

Get list of all operations

Action


Attributes

Get list of all attributes

Class DialListEntry defines no new attributes.


Fields

Field Type
ListEntry: checked: Boolean
hasCheckbox: Boolean
showPrefixImage: Boolean


Instance template

instance DialListEntry tag;
        checked: false;
    hasCheckbox: false;
showPrefixImage: false;
end instance;

Class definition

Define Class DialListEntry;
    inherits from ListEntry;
    
    operation Action();
        // dial phone number
end class;