view

Functionality common to TableViews and FormViews

class camelot.view.controls.view.AbstractView[source]

A string used to format the title of the view :: title_format = ‘Movie rental overview’

header_widget

The widget class to be used as a header in the table view:

header_widget = None

change_title(new_title)[source]

Will emit the title_changed_signal

refresh()[source]

Refresh the data in the current view