Static Public Attributes | |
| static final Metaclass | metaclass |
| The Metaclass for the class. More... | |
Static Public Attributes inherited from InputManipulator | |
| static final Metaclass | metaclass |
| The Metaclass for the class. More... | |
Static Public Attributes inherited from KanziObject | |
| static final Metaclass | metaclass = new AbstractMetaclass("Kanzi.Object") |
| The Metaclass for the class. | |
Additional Inherited Members | |
Public Member Functions inherited from KanziObject | |
| boolean | equals (Object object) |
| Domain | getDomain () |
| Returns the domain the object belongs to. More... | |
| Metaclass | getDynamicMetaclass () |
| Returns the metaclass of the dynamic type of the object. More... | |
| boolean | isStale () |
| Test if the object is stale i.e. More... | |
Public Attributes inherited from InputManipulatorMetadata | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.InputManipulator") |
| Metaclass for InputManipulator. | |
Public Attributes inherited from ClickManipulatorMetadata | |
| AbstractMessageType | ClickBeginMessage = new AbstractMessageType("Message.ClickBegin") |
| Occurs when the pointer is pressed down on top of the component. | |
| AbstractMessageType | ClickCancelMessage = new AbstractMessageType("Message.ClickCancel") |
| Occurs when a started click cancels. More... | |
| AbstractMessageType | ClickEnterMessage = new AbstractMessageType("Message.ClickEnter") |
| Occurs when the pointer or touch enters the click manipulator. | |
| AbstractMessageType | ClickLeaveMessage = new AbstractMessageType("Message.ClickLeave") |
| Occurs when the pointer or touch leaves the click manipulator. | |
| AbstractMessageType | ClickMessage = new AbstractMessageType("Message.Click") |
| Occurs when the pointer is pressed and is released on top of the component and no other gesture has been recognized. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ClickManipulator") |
| Metaclass for ClickManipulator. | |