component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx.ribbon
/
KRibbonBandGroup
/
command
command
fun
command
(
priority
:
JRibbonBand.PresentationPriority
,
actionKeyTip
:
String
?
=
null
,
popupKeyTip
:
String
?
=
null
,
textClick
:
CommandButtonPresentationModel.TextClick
?
=
null
,
popupPlacementStrategy
:
RadianceThemingSlices.PopupPlacementStrategy
?
=
null
,
init
:
KCommand
.
(
)
->
Unit
)
:
KCommand
fun
command
(
priority
:
JRibbonBand.PresentationPriority
,
actionKeyTip
:
String
?
=
null
,
popupKeyTip
:
String
?
=
null
,
textClick
:
CommandButtonPresentationModel.TextClick
?
=
null
,
popupPlacementStrategy
:
RadianceThemingSlices.PopupPlacementStrategy
?
=
null
,
command
:
KCommand
)