|
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...
|
|
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.InputManipulator") |
| Metaclass for InputManipulator.
|
|
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.
|
|