Object <- Text <- ListEntry <- DialListEntry |
|
|
Action |
Class DialListEntry defines no new attributes.
Fields
| Field | Type | |
|---|---|---|
| ListEntry: | checked: | Boolean |
| hasCheckbox: | Boolean | |
| showPrefixImage: | Boolean |
instance DialListEntry tag; checked: false; hasCheckbox: false; showPrefixImage: false; end instance;
Define Class DialListEntry; inherits from ListEntry; operation Action(); // dial phone number end class;