component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx.synapse
/
KRibbonSpinnerDateContentModel
KRibbon
Spinner
Date
Content
Model
class
KRibbonSpinnerDateContentModel
Constructors
Functions
Properties
Constructors
KRibbon
Spinner
Date
Content
Model
Link copied to clipboard
fun
KRibbonSpinnerDateContentModel
(
)
Functions
rich
Tooltip
Link copied to clipboard
fun
richTooltip
(
init
:
KRichTooltip
.
(
)
->
Unit
)
Properties
calendar
Field
Link copied to clipboard
var
calendarField
:
Int
?
caption
Link copied to clipboard
var
caption
:
String
?
end
Link copied to clipboard
var
end
:
Comparable
<
Date
>
?
icon
Factory
Link copied to clipboard
var
iconFactory
:
RadianceIcon.Factory
?
is
Enabled
Link copied to clipboard
var
isEnabled
:
Boolean
selection
Change
Listener
Link copied to clipboard
var
selectionChangeListener
:
(
oldSelection
:
Any
?
,
newSelection
:
Any
?
)
->
Unit
?
start
Link copied to clipboard
var
start
:
Comparable
<
Date
>
?
value
Link copied to clipboard
var
value
:
Date
?