See: Description
| Enum | Description |
|---|---|
| AutoHandler.CallbackObject |
The callback object to use for annotation event handler.
|
| Annotation Type | Description |
|---|---|
| AutoHandler |
This annotation is used to define the callback object to use for annotation event handler.
|
| AutoRelease |
This annotation is used to automatically release a Model when its rootNode is removed from its parent.
|
| CreateViewIntoJAT |
This annotation is used to force the View creation into he JAT (graphical thread).
|
| OnAction |
This annotation is used to automatically attached an action event handler to a property node.
|
| OnDrag |
This annotation is used to automatically attached a Drag event handler to a property node.
|
| OnFinished |
This annotation is used to automatically attached a Finished event handler to an Animation.
|
| OnKey |
This annotation is used to automatically attached a Key event handler to a property node.
|
| OnMouse |
This annotation is used to automatically attached a Mouse event handler to a property node.
|
| OnRotate |
This annotation is used to automatically attached a Rotate event handler to a property node.
|
| OnScroll |
This annotation is used to automatically attached an Scroll event handler to a property node.
|
| OnSwipe |
This annotation is used to automatically attached a Swipe event handler to a property node.
|
| OnTouch |
This annotation is used to automatically attached a touch event handler to a property node.
|
| OnWindow |
This annotation is used to automatically attached a window event handler to a property node.
|
| OnZoom |
This annotation is used to automatically attached a Zoom event handler to a property node.
|
| RootNodeClass |
This annotation is used to automatically define CSS style class for the root node of a view.
|
| RootNodeId |
This annotation is used to automatically give an ID for the root node of a view.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.