SectorPageViewModel

Functions

Link copied to clipboard
abstract fun loadBarChartData(sector: Sector)

Loads the BarChartData of sector into loadBarChartData.

Link copied to clipboard
abstract fun loadPaths(sector: Sector)

Loads the list of Path contained in sector.

Link copied to clipboard
abstract fun loadZone(objectId: String)

Loads the zone at objectId.

Properties

Link copied to clipboard
abstract var barChartData: BarChartData

A Mutable state delegation of BarChartData with the data to display.

Link copied to clipboard

A mutable state delegation of a list of BlockingData of the paths.

Link copied to clipboard
abstract var dataClass: DataClass<*, *, *>?
Link copied to clipboard
abstract var paths: List<Path>

A Mutable State delegation of a list of paths with the paths to display.

Inheritors

Link copied to clipboard