bokeh.models.widgets.groups¶
-
class
AbstractGroup
(**kwargs)[source]¶ 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.
-
-
class
ButtonGroup
(**kwargs)[source]¶ 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
CheckboxButtonGroup
(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.ButtonGroup
A group of check boxes rendered as toggle buttons.
-
class
CheckboxGroup
(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.Group
A group of check boxes.
-
class
Group
(**kwargs)[source]¶ 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
RadioButtonGroup
(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.ButtonGroup
A group of radio boxes rendered as toggle buttons.
-
class
RadioGroup
(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.Group
A group of radio boxes.