Package org.hackystat.projectbrowser.page.sensordata

Provides the SensorData page.

See:
          Description

Class Summary
SdtColumn Implements a column holding SDT summary information in the SensorDataDetailsPanel.
SdtSummary A simple class containing a summary of a single SDT instance.
SdtSummaryModel Provides a model for the summary of sdts and their counts.
SdtSummaryPanel A panel for holding the SDT summary information.
SdtSummaryPanelLink Provides the link instance for the SdtSummary Panel.
SensorDataDetails A representation of a SensorData instance.
SensorDataDetailsModel A model for the sensor data list.
SensorDataDetailsPanel Creates a panel for displaying sensor data.
SensorDataDetailsProvider Provides an IDataProvider for the SensorDataDetails panel.
SensorDataForm Provides the form that specifies a Month and Project name for the SensorData page.
SensorDataPage Provides a page with information about SensorData.
SensorDataPopupPanel A panel that contains a popup window.
SensorDataSession Holds all of the models and other state for the SensorDataPage.
SensorDataTableModel Provides a model that summarizes for each day in a month, how many sensor data instances of a given type were associated with that day.
SensorDataTablePanel The Panel contains a table of sensor data information, displayed in a modal window.
SensorDataTableRowModel A model for an individual row in the sensor data table.
TestSensorDataPage Tests the SensorDataPage.
 

Package org.hackystat.projectbrowser.page.sensordata Description

Provides the SensorData page.