Constructor
new ResultsPresenter(root)
Create a new ResultsPresenter.
Parameters:
| Name | Type | Description |
|---|---|---|
root |
HTMLElement | Root DOM element for results display |
- Source:
Methods
_getResultsAvailable() → {boolean}
Determine if results are available to display.
- Source:
Returns:
True if results are available and false otherwise.
- Type
- boolean
hide()
Hide the results display.
- Source:
resetFilter()
Reset the filters active in the results section.
- Source:
setFilter(filterSet)
Set the filter set and update all UI components.
Parameters:
| Name | Type | Description |
|---|---|---|
filterSet |
FilterSet | The FilterSet to apply. |
- Source:
showResults(results, backendResult)
Show simulation results.
Parameters:
| Name | Type | Description |
|---|---|---|
results |
ReportDataWrapper | Results data to display. |
backendResult |
BackendResult | Backend result containing CSV string. |
- Source: