component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx.ribbon
/
KFlowRibbonBand
KFlow
Ribbon
Band
class
KFlowRibbonBand
:
KBaseRibbonBand
<
JFlowRibbonBand
>
Constructors
Functions
Properties
Extensions
Constructors
KFlow
Ribbon
Band
Link copied to clipboard
fun
KFlowRibbonBand
(
)
Functions
expand
Command
Link copied to clipboard
fun
expandCommand
(
init
:
KRibbonBandExpandCommand
.
(
)
->
Unit
)
flow
Command
Button
Strip
Link copied to clipboard
fun
flowCommandButtonStrip
(
init
:
KCommandStrip
.
(
)
->
Unit
)
flow
Command
Toggle
Button
Strip
Link copied to clipboard
fun
flowCommandToggleButtonStrip
(
init
:
KCommandStrip
.
(
)
->
Unit
)
flow
Component
Link copied to clipboard
fun
flowComponent
(
projection
:
ComponentProjection
<
out
JComponent
,
out
ComponentContentModel
>
)
Properties
collapsed
State
Key
Tip
Link copied to clipboard
var
collapsedStateKeyTip
:
String
?
icon
Factory
Link copied to clipboard
var
iconFactory
:
RadianceIcon.Factory
?
resize
Policies
Link copied to clipboard
var
resizePolicies
:
(
ribbonBand
:
JRibbonBand
)
->
List
<
RibbonBandResizePolicy
>
?
title
Link copied to clipboard
var
title
:
String
?
Extensions
flow
Check
Box
Link copied to clipboard
fun
KFlowRibbonBand
.
flowCheckBox
(
init
:
KRibbonCheckBox
.
(
)
->
Unit
)
flow
Combo
Box
Link copied to clipboard
fun
<
T
>
KFlowRibbonBand
.
flowComboBox
(
init
:
KRibbonComboBox
<
T
>
.
(
)
->
Unit
)
flow
Spinner
Date
Link copied to clipboard
fun
KFlowRibbonBand
.
flowSpinnerDate
(
init
:
KRibbonSpinnerDate
.
(
)
->
Unit
)
flow
Spinner
Number
Link copied to clipboard
fun
KFlowRibbonBand
.
flowSpinnerNumber
(
init
:
KRibbonSpinnerNumber
.
(
)
->
Unit
)