Kanzi framework  3.9.1
Java API
Button2DMetadata Interface Reference

Metadata definitions for Button2D. More...

Inheritance diagram for Button2DMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Button2D")
 Metaclass for Button2D.
 
- Public Attributes inherited from ButtonConceptMetadata
DynamicPropertyType< Float > AutoClickIntervalProperty
 Sets the time in milliseconds after which a button that the user keeps pressed down sends the Button: Click message. More...
 
AbstractMessageType CancelMessage = new AbstractMessageType("Message.Button.Cancel")
 Occurs when a user lifts their finger outside of a Button that they previously pressed.
 
AbstractMessageType ClickMessage = new AbstractMessageType("Message.Button.Click")
 Occurs when a user lifts their finger on top of a Button that they previously pressed and when the time set by the Auto Press Interval property in the pressed Button expires.
 
AbstractMessageType DownMessage = new AbstractMessageType("Message.Button.Down")
 Occurs when the user presses down the Button.
 
AbstractMessageType EnterMessage = new AbstractMessageType("Message.Button.Enter")
 Button: Enter trigger is set off: More...
 
DynamicPropertyType< Integer > IndexInGroupProperty
 Sets the index of the Button in the Toggle Button Group to which that Button is registered. More...
 
DynamicPropertyType< Boolean > IsPressedProperty
 Indicates whether the button is pressed and in the down state. More...
 
AbstractMessageType LeaveMessage = new AbstractMessageType("Message.Button.Leave")
 Button: Leave trigger is set off: More...
 
DynamicPropertyType< Float > LongPressIntervalProperty
 Sets the amount of time in milliseconds that the user must hold the button pressed down for Kanzi to recognize it as a long-press gesture. More...
 
AbstractMessageType LongPressMessage = new AbstractMessageType("Message.Button.LongPress")
 Occurs when the user presses down a Button and holds the Button pressed for the amount of milliseconds defined in the Hold Interval property of that Button.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ButtonConcept")
 Metaclass for ButtonConcept.
 
DynamicPropertyType< Boolean > PressOnHoverProperty
 Whether holding a finger on the device screen and moving it over the button transitions the button to the down state. More...
 
AbstractMessageType ToggledOffMessage
 Occurs when the Button is toggled off. More...
 
AbstractMessageType ToggledOnMessage
 Occurs when the Button is toggled on. More...
 
DynamicPropertyType< Integer > ToggleStateCountProperty
 Sets the number of toggle states of the Button. More...
 
AbstractMessageType ToggleStateMessage
 Occurs when the toggle state of the Button changes. More...
 
DynamicPropertyType< Integer > ToggleStateProperty
 Sets the toggle state of the Button. More...
 
- Public Attributes inherited from ClickConceptMetadata
DynamicPropertyType< Boolean > DoubleClickEnabledProperty
 Whether to install a multi-click manipulator that generates double-click messages. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ClickConcept")
 Metaclass for ClickConcept.
 

Detailed Description

Metadata definitions for Button2D.