component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx.synapse
/
KRibbonComboBoxContentModel
KRibbon
Combo
Box
Content
Model
class
KRibbonComboBoxContentModel
<
T
>
Constructors
Functions
Properties
Constructors
KRibbon
Combo
Box
Content
Model
Link copied to clipboard
fun
KRibbonComboBoxContentModel
(
)
Functions
items
Link copied to clipboard
fun
items
(
vararg
items
:
T
)
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
selection
Change
Listener
Link copied to clipboard
var
selectionChangeListener
:
(
oldSelection
:
Any
?
,
newSelection
:
Any
?
)
->
Unit
?