component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx
/
KCommand
KCommand
open
class
KCommand
Constructors
Functions
Properties
Inheritors
Constructors
KCommand
Link copied to clipboard
fun
KCommand
(
)
Functions
action
Rich
Tooltip
Link copied to clipboard
fun
actionRichTooltip
(
init
:
KRichTooltip
.
(
)
->
Unit
)
secondary
Rich
Tooltip
Link copied to clipboard
fun
secondaryRichTooltip
(
init
:
KRichTooltip
.
(
)
->
Unit
)
Properties
action
Link copied to clipboard
var
action
:
(
event
:
CommandActionEvent
)
->
Unit
?
action
Rich
Tooltip
Link copied to clipboard
var
actionRichTooltip
:
KRichTooltip
?
extra
Text
Link copied to clipboard
var
extraText
:
String
?
icon
Factory
Link copied to clipboard
var
iconFactory
:
RadianceIcon.Factory
?
is
Action
Enabled
Link copied to clipboard
var
isActionEnabled
:
Boolean
is
Secondary
Enabled
Link copied to clipboard
var
isSecondaryEnabled
:
Boolean
is
Toggle
Link copied to clipboard
var
isToggle
:
Boolean
is
Toggle
Selected
Link copied to clipboard
var
isToggleSelected
:
Boolean
menu
Link copied to clipboard
var
menu
:
KCommandMenu
?
on
Action
Preview
Activated
Link copied to clipboard
var
onActionPreviewActivated
:
(
)
->
Unit
?
on
Action
Preview
Canceled
Link copied to clipboard
var
onActionPreviewCanceled
:
(
)
->
Unit
?
secondary
Rich
Tooltip
Link copied to clipboard
var
secondaryRichTooltip
:
KRichTooltip
?
title
Link copied to clipboard
var
title
:
String
?
toggle
Group
Link copied to clipboard
var
toggleGroup
:
KCommandToggleGroupModel
?
Inheritors
KColorSelectorCommand
Link copied to clipboard