toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.element
/
AbstractElement
Abstract
Element
open
class
AbstractElement
(
sizeBehaviour
:
SizeMode
,
val
drawer
:
ElementDrawer
?
=
null
,
val
input
:
ElementInput
?
=
null
)
:
Element
Inheritors
ProgressBar
TabMenu
SkinnedElement
TextEditor
ToggleGroup
Window
Container
DrawableContainer
Empty
Members
Constructors
Abstract
Element
Link copied to clipboard
constructor
(
sizeBehaviour
:
SizeMode
,
drawer
:
ElementDrawer
?
=
null
,
input
:
ElementInput
?
=
null
)
Properties
drawer
Link copied to clipboard
open
override
val
drawer
:
ElementDrawer
?
=
null
input
Link copied to clipboard
open
override
val
input
:
ElementInput
?
=
null
placement
Link copied to clipboard
open
override
val
placement
:
ElementPlacement
tag
Link copied to clipboard
open
override
var
tag
:
String
update
Link copied to clipboard
open
override
var
update
:
ElementUpdate
?
You can place any custom actions for run before element draw