SpinBox

Methods

round ( ) : void
Round value upon change. Currently disabled.

Returns void

void

on_set_value ( event : any ) : void
Event handler that sets value given to input's internal value

Parameters
  • event  : any
    Ignore event object
Returns void

void

on_increment_value ( ) : void
Event handler for the up arrow button press

Returns void

void

on_decrement_value ( ) : void
Event handler for the down arrow button press

Returns void

void

on_change ( ) : void
Event handler for changes to value.

Returns void

void

Properties

value : void
Value of component

default_value : void
Default value of component

options : void
Component options

display : void
Display options for component
step: 1
round: 3