toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.component.window
/
Window
Window
class
Window
(
val
title
:
Label
,
contentLayout
:
Layout
,
children
:
List
<
Node
>
)
:
AbstractElement
,
AbstractContainer
Members
Constructors
Window
Link copied to clipboard
constructor
(
title
:
String
,
contentLayout
:
Layout
,
vararg
children
:
Element
?
)
constructor
(
title
:
String
,
contentLayout
:
Layout
,
vararg
children
:
Node
?
)
constructor
(
title
:
String
,
contentLayout
:
Layout
,
children
:
List
<
Element
>
)
constructor
(
contentLayout
:
Layout
,
children
:
List
<
Element
>
)
constructor
(
title
:
Label
,
contentLayout
:
Layout
,
children
:
List
<
Node
>
)
Properties
children
Link copied to clipboard
open
override
val
children
:
List
<
Node
>
content
Link copied to clipboard
val
content
:
Container
drawer
Link copied to clipboard
open
override
val
drawer
:
ElementDrawer
?
=
null
input
Link copied to clipboard
open
override
val
input
:
ElementInput
?
=
null
layout
Link copied to clipboard
open
override
val
layout
:
OrientationLayout
placement
Link copied to clipboard
open
override
val
placement
:
ElementPlacement
tag
Link copied to clipboard
open
override
var
tag
:
String
title
Link copied to clipboard
val
title
:
Label
update
Link copied to clipboard
open
override
var
update
:
ElementUpdate
?
You can place any custom actions for run before element draw
Functions
invalidate
Layout
Link copied to clipboard
open
override
fun
invalidateLayout
(
)
set
Title
Link copied to clipboard
fun
setTitle
(
value
:
String
)