Belle II Software  release-08-01-10
CollectionsViewer Class Reference
Inheritance diagram for CollectionsViewer:
Collaboration diagram for CollectionsViewer:

Public Member Functions

def __init__ (self, collections)
 
def create (self)
 
def show (self)
 

Public Attributes

 collections
 The collections to show.
 
 table_row_html
 Template for a table row.
 

Detailed Description

Viewer object for the store entries.
Do not use it on your own.

Definition at line 146 of file viewer.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  collections 
)
Create a new collections viewer with the collections object from the process.
Collections must be a StoreContentList with a list of StoreContents.

Definition at line 152 of file viewer.py.

Member Function Documentation

◆ create()

def create (   self)
Create the widget

Reimplemented from IPythonWidget.

Definition at line 164 of file viewer.py.

◆ show()

def show (   self)
inherited
Show the widget

Reimplemented in ProgressBarViewer.

Definition at line 31 of file viewer.py.


The documentation for this class was generated from the following file: