mixinafReflux::Reflux
afReflux::Reflux
@
Js
(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
abstract Panel hidePanel(Type panelType)
Hides the panel.
- load
- loadResource
abstract Void loadResource(Resource resource, LoadCtx? ctx := null)
- preferences
abstract RefluxPrefs preferences()
- refresh
abstract Void refresh(Resource? resource := null)
Refreshes the resource in all
Views
andPanels
, and fires arefresh
event.- replaceView
- resolve
abstract Resource? resolve(Str uri, Bool checked := true)
Resolves the given URI into a
Resource
.Throws
UnresolvedErr
if not found, or returnsnull
if not checked.- saveAll
abstract Void saveAll()
- scope
abstract Scope scope()
- showPanel
abstract Panel showPanel(Type panelType)
Shows the panel, or if the panel is already showing, activates it.
- window
abstract Window window()