component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx
/
KCommandGroup
KCommand
Group
class
KCommandGroup
Constructors
Functions
Properties
Constructors
KCommand
Group
Link copied to clipboard
fun
KCommandGroup
(
)
Functions
command
Link copied to clipboard
fun
command
(
actionKeyTip
:
String
?
=
null
,
popupKeyTip
:
String
?
=
null
,
textClick
:
CommandButtonPresentationModel.TextClick
?
=
null
,
popupPlacementStrategy
:
RadianceThemingSlices.PopupPlacementStrategy
?
=
null
,
init
:
KCommand
.
(
)
->
Unit
)
:
KCommand
fun
command
(
actionKeyTip
:
String
?
=
null
,
popupKeyTip
:
String
?
=
null
,
textClick
:
CommandButtonPresentationModel.TextClick
?
=
null
,
popupPlacementStrategy
:
RadianceThemingSlices.PopupPlacementStrategy
?
=
null
,
command
:
KCommand
)
unary
Plus
Link copied to clipboard
operator
fun
KCommand
.
unaryPlus
(
)
Properties
title
Link copied to clipboard
var
title
:
String
?