class documentation

class TabsView(Choices): (source)

Constructor: TabsView(**kwargs)

View In Hierarchy

Displays a tabbed view.

Parameters
variantthe variant of the tabs. See https://material-ui.com/components/tabs
Method __init__ Undocumented
Method to_json Undocumented
Instance Variable variant Undocumented

Inherited from Choices:

Method add_choice Adds a choice value to this instance.
Method append Appends a Choice to the list of choices.
Method clone Undocumented
Method values Returns the choice values for this instance.
Property choices Undocumented
Instance Variable _choices Undocumented

Inherited from View (via Choices):

Method kwargs_to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, **kwargs): (source)
def to_json(self): (source)

Undocumented