neuralib.dashboard.examples.view_all.AllView
- class neuralib.dashboard.examples.view_all.AllView[source]
Bases:
ViewMethods
__init__([single])build_goto_link(animal)get_arg(key)on_message(message, reset)for logging purpose.
on_select_animal(attr, old, value)on_select_date(attr, old, value)run_later(callback, *args, **kwargs)run_periodic(cycle, callback, *args, **kwargs)run_timeout(delay, callback, *args, **kwargs)setup()setup application top view.
update()Top level UI components updating function.
Attributes
document- goto_btn: Div
- content: Div
- select_animal: Select
- select_date: Select
- property title: str
- setup()[source]
setup application top view. This function is called by BokehServer only once when the server created and opened the web browser.
In this function, you need to initialize the UI components and return the layout.
- Return type:
Model