fluid.actions

Definitions for common tree actions; This is the Fluid tree equivalent to std.algorithm.

Members

Classes

FocusRecurseAction
class FocusRecurseAction
Undocumented in source.
ScrollIntoViewAction
class ScrollIntoViewAction
Undocumented in source.

Functions

focusRecurse
void focusRecurse(Node parent)
focusRecurseChildren
void focusRecurseChildren(Node parent)

Set focus on the given node, if focusable, or the first of its focusable children. This will be done lazily during the next draw. If calling focusRecurseChildren, the subject of the call will be excluded from taking focus.

scrollIntoView
void scrollIntoView(Node node)

Scroll so the given node becomes visible.

Meta