Function
A Container that turns its Layout Children into a single Pane and transitions between states onHover of the button
Integer
used for Fade and Slide RadioGroup's, the duration to run the transition animation. does not affect anything in default RadioGroup
Boolean
toggles internal button making on or off
String
The full declared className of the Button widget to use for hasButtons
String
the template for our container
Function
scan the container for children, and make "tab buttons" for them
Function
Creates a hover button for a child node of the RadioGroup
Function
Function
called when StackContainer receives a selectChild call, used to transition the panes.
Function
show the selected child widget
Function
hide the specified child widget
Function
An extension on a stock RadioGroup, that fades the panes.
Function
hide the specified child widget
Function
show the specified child widget
Function
A Sliding Radio Group
An extension on a stock RadioGroup widget, sliding the pane into view from being hidden. The entry direction is randomized on each view
Function
A hook to override the default easing of the pane slides.
Integer
A z-index to apply to the incoming pane
Function
set the child out of view immediately after being hidden
FIXME: is there a real "size" floating around always?
Function
Slide in the selected child widget
Function
reset the position of the hidden pane out of sight
Function
The Buttons for a RadioGroup
A private widget used to manipulate the StackContainer (RadioGroup*). Don't create directly.
String
the Text Label of the button
Function
start listening to mouseOver
Function
set the selected child on hover, and set our hover state class
Function
remove hover state class from sibling Buttons. This is easier (and more reliable) than setting up an additional connection to onMouseOut FIXME: this relies on the template being [div][span]node[/span][/div]
Object
Object