Clickable non-focusable element. Lightweight button if you wish that generates BUTTON_CLICK events on MOUSE_DOWN/UP events.
These elements have behavior:button
applied by default.
<toolbar><button></button></toolbar>
(button inside toolbar element)N/A
Other than standard set of mouse event the behavior:clickable
generates:
spacebar
key press events when button is in focus. Posted (asynchronous) event.
spacebar
key down when button is in focus. Synchronous event.N/A - behavior:clickable
does not introduce any specific methods.
N/A
onClick
handler
on()
subscription