mixinafReflux::Reflux
afReflux::Reflux
@
Js
(Service) - The main API for managing a Reflux application.
abstract View? activeView()
abstract Void exit()
abstract Panel? getPanel(Type panelType, Bool checked := true)
abstract Panel hidePanel(Type panelType)
Hides the panel.
abstract Void loadResource(Resource resource, LoadCtx? ctx := null)
abstract RefluxPrefs preferences()
abstract Void refresh(Resource? resource := null)
Refreshes the resource in all
Views
andPanels
, and fires arefresh
event.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.abstract Void saveAll()
abstract Scope scope()
abstract Panel showPanel(Type panelType)
Shows the panel, or if the panel is already showing, activates it.
abstract Window window()