Object <- Viewable <- Control <- Switch <- ConfirmationIndicator |
|
|
Confirmed FormData FormDataInfo SetFormData |
|
Decision DecisionMade Level |
| Field | Type | |
|---|---|---|
| Viewable: | superview: | Viewable |
| relativeOrigin: | Dot | |
| contentSize: | Dot | |
| viewFlags: | Flags | |
| labelStyle: | TextStyle | |
| color: | Unsigned | |
| altColor: | Unsigned | |
| shadow: | Shadow | |
| sound: | Playable | |
| HasBorder: | border: | Border |
| Control: | image: | Image |
| textStyle: | TextStyle | |
| controlFlags: | Unsigned | |
| level: | Fixed | |
| min: | Fixed | |
| max: | Fixed | |
| target: | Object | |
| targetAttribute: | OperationNumber | |
| Returnable: | identifier: | Identifier |
| ConfirmationIndicator: | names: | Text |
instance ConfirmationIndicator tag; relativeOrigin: <0.0,0.0>; contentSize: <0.0,0.0>; viewFlags: 0x00000000; labelStyle: nilObject; color: 0; altColor: 0; shadow: nilObject; sound: nilObject; border: nilObject; image: nilObject; textStyle: nilObject; controlFlags: 0; level: 0; min: 0; max: 0; target: nilObject; targetAttribute: nilOperation; identifier: nilObject; names: nilObject; end instance;
Define Class ConfirmationIndicator; inherits from Switch; inherits from Returnable; field names: Text; overrides FormDataInfo, FormData, SetFormData; overrides SetLevel; overrides Confirmed, DecisionMade, Decision; end class;