Home
Components
Playground
Developer
Forums
Contribute
class
CollapsibleDialog
Dialog
CollapsibleDialog
package
haxe.ui.containers.dialogs
haxe.ui.containers.dialogs.Dialog
↪ haxe.ui.containers.dialogs.CollapsibleDialog
A dialog with a minimize/maximize button in the title bar, which collapses the dialog body.
Properties
behaviour
bindable
clonable
minimized
:Bool
Set this property to collapse/expand the dialog body.
Inherited from Dialog
write-only
onDialogClosed
:
DialogEvent
->Void
Methods
override
cloneComponent
():
CollapsibleDialog
Inherited from Dialog
override
cloneComponent
():
Dialog