class webfwt::ActivityPane
sys::Obj webfwt::ActivityPane
@Js
ActivityPane blocks input to a Widget while displaying an activity message.
- close
-
Void close()Close pane.
- find
-
const static ActivityPane? find()Find the first open instance of ActivityPane, or null if none exist.
- image
-
Image? image := ...Throbber image to display next to message.
- msg
-
Str msg := "Loading"Message to display.
- open
-
Open ActivityPane over given widget.
- working
-
Bool working()Return true while pane is open.