bokeh.models.widgets.groups¶
-
class
bokeh.models.widgets.groups.
AbstractGroup
(**kwargs)¶ Bases:
bokeh.models.widgets.widget.Widget
Abstract base class for all kinds of groups.
Note
This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.
-
callback
¶ property type:
Instance
(Callback
)A callback to run in the browser whenever a button group is manipulated.
-
js_on_click
(handler)¶ Set up a handler for button check/radio box clicks including the selected indices.
-
-
class
bokeh.models.widgets.groups.
ButtonGroup
(**kwargs)¶ Bases:
bokeh.models.widgets.groups.AbstractGroup
,bokeh.models.widgets.buttons.ButtonLike
Abstract base class for groups with items rendered as buttons.
Note
This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.
-
class
bokeh.models.widgets.groups.
CheckboxButtonGroup
(**kwargs)¶ Bases:
bokeh.models.widgets.groups.ButtonGroup
A group of check boxes rendered as toggle buttons.
-
class
bokeh.models.widgets.groups.
CheckboxGroup
(**kwargs)¶ Bases:
bokeh.models.widgets.groups.Group
A group of check boxes.
-
class
bokeh.models.widgets.groups.
Group
(**kwargs)¶ Bases:
bokeh.models.widgets.groups.AbstractGroup
Abstract base class for groups with items rendered as check/radio boxes.
Note
This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.
-
class
bokeh.models.widgets.groups.
RadioButtonGroup
(**kwargs)¶ Bases:
bokeh.models.widgets.groups.ButtonGroup
A group of radio boxes rendered as toggle buttons.
-
class
bokeh.models.widgets.groups.
RadioGroup
(**kwargs)¶ Bases:
bokeh.models.widgets.groups.Group
A group of radio boxes.