class webfwt::ActivityPane

sys::Obj
  webfwt::ActivityPane

@Js

Source

ActivityPane blocks input to a Widget while displaying an activity message.

close

Void close()

Source

Close pane.

find

static ActivityPane? find()

Source

Find the first open instance of ActivityPane, or null if none exist.

image

Image? image := ...

Source

Throbber image to display next to message.

msg

Str msg := "Loading"

Source

Message to display.

open

This open(Widget parent)

Source

Open ActivityPane over given widget.

working

Bool working()

Source

Return true while pane is open.