Class Selector-Mixin

A mixin for selectors that allows specifying a list
of panes which comprise of pane names and corresponding widgets.

Part of:

package weblocks, class selector

Direct Subclass

selectorA selector is a convinience widget based on the
dispatcher widget and selector-mixin interface....

Slot

current-pane-name
A name that identifies currently selected entry. The selector widget should set this slot every time a new widget is selected by the user.
Initargs::current-pane-name; Accessors:selector-mixin-current-pane-name.
panes
An association list of pane names (or pane-info structures) and widgets. When a particular name is selected, the corresponding widget should be rendered by the selector widget.
Initargs::panes; Accessors:selector-mixin-panes.

Direct Method

find-widget-by-path*Returns a widget object located at 'path', where 'path' is a list
of widget names starting from r...
selector-mixin-current-paneReturns a default pane to select in case no uri
tokens are specified. Default implementation retu...
selector-mixin-current-pane-widgetReturns a default pane to select in case no uri
tokens are specified. Default implementation retu...
selector-mixin-default-paneReturns a default pane to select in case no uri
tokens are specified. Default implementation retu...