component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx.synapse
/
KRibbonSpinnerNumberContentModel
KRibbon
Spinner
Number
Content
Model
class
KRibbonSpinnerNumberContentModel
Constructors
Functions
Properties
Constructors
KRibbon
Spinner
Number
Content
Model
Link copied to clipboard
fun
KRibbonSpinnerNumberContentModel
(
)
Functions
rich
Tooltip
Link copied to clipboard
fun
richTooltip
(
init
:
KRichTooltip
.
(
)
->
Unit
)
Properties
caption
Link copied to clipboard
var
caption
:
String
?
icon
Factory
Link copied to clipboard
var
iconFactory
:
RadianceIcon.Factory
?
is
Enabled
Link copied to clipboard
var
isEnabled
:
Boolean
maximum
Link copied to clipboard
var
maximum
:
Int
minimum
Link copied to clipboard
var
minimum
:
Int
selection
Change
Listener
Link copied to clipboard
var
selectionChangeListener
:
(
oldSelection
:
Any
?
,
newSelection
:
Any
?
)
->
Unit
?
step
Size
Link copied to clipboard
var
stepSize
:
Int
value
Link copied to clipboard
var
value
:
Int