Class: ApplicationsListPresenter

ApplicationsListPresenter(root, getCodeObj, onCodeObjUpdate)

Manages the UI for listing and editing applications. Manages the UI for listing and editing applications where these refer to collections of substances based on use like commercial refrigeration.

Constructor

new ApplicationsListPresenter(root, getCodeObj, onCodeObjUpdate)

Creates a new ApplicationsListPresenter.
Parameters:
Name Type Description
root HTMLElement Root DOM element for the applications list.
getCodeObj function Callback to get the current code object.
onCodeObjUpdate function Callback when code object is updated.
Source:

Methods

refresh(codeObj)

Refreshes the applications list display.
Parameters:
Name Type Description
codeObj Object Current code object.
Source: