mixinafReflux::Reflux
afReflux::Reflux
(Service) - The main API for managing a Reflux application.
- activeView
abstract View? activeView()- callLater
- closeView
- copyToClipboard
- exit
abstract Void exit()- getPanel
abstract Panel? getPanel(Type panelType, Bool checked := true)- hidePanel
- load
- loadResource
abstract Void loadResource(Resource resource, LoadCtx? ctx := null)- preferences
abstract RefluxPrefs preferences()- refresh
abstract Void refresh()- registry
abstract Registry registry()- replaceView
- resolve
abstract Resource resolve(Str uri)Resolves the given URI into a
Resource.- showPanel
- start
static Void start(Str appName, Type[] modules, |Reflux,Window? onOpen := null)Use to launch a Reflux application. Example:
Reflux.start("Example App", [AppModule#]) |Reflux reflux, Window window| { reflux.showPanel(MyPanel#) ... }- window
abstract Window window()