def __init__(self, fields, label_text=None, attribute_name=None, show_popup=True, history_name=None, show_field_popups=False, short=True, cols=1): Composed.__init__(self, fields, label_text, attribute_name, show_popup, history_name, show_field_popups) TableMixin.__init__(self, short, cols)
def create_widgets(self): Group.create_widgets(self) TableMixin.create_widgets(self)
def __init__(self, fields, label_text=None, short=True, cols=1): Group.__init__(self, fields, label_text) TableMixin.__init__(self, short, cols)
def create_widgets(self): Composed.create_widgets(self) TableMixin.create_widgets(self)