class webfwt::OverlayPane

sys::Obj
  fwt::Widget
    fwt::Pane
      fwt::ContentPane
        webfwt::OverlayPane

@Js

Source

OverlayPane is a dismissable pane that floats above all other content.

animate

Bool animate := true

Source

Animate overlay open/close/resize. Must be configured before open.

close

Void close()

Source

Close this overlay.

halign

Halign halign := Halign.right

Source

Horizontal alignment of overlay, using open(pos) as origin.

move

Void move(Point pos)

Source

Move overlay to new point, where point is relative to parent widget passed to open.

onBeforeOpen

EventListeners onBeforeOpen()

Source

Callback function directly before overlay is opened.

onClose

EventListeners onClose()

Source

Callback function when overlay is closed.

onOpen

EventListeners onOpen()

Source

Callback function when overlay is open.

open

This open(Widget parent, Point pos)

Source

Open this overlay at the coordinates relative to the parent widget.

valign

Valign valign := Valign.bottom

Source

Vertial alignment of overlay, using open(pos) as origin.