public class TWebAlarmStatTable extends TWebTable implements TWebView
dirty, JSONData, publishedData, rawData, rowFilters
Constructor and Description |
---|
TWebAlarmStatTable()
Create alarm stat table without connected databox.
|
TWebAlarmStatTable(TDataBox box)
Create alarm stat table and connect to the specified databox.
|
TWebAlarmStatTable(TDataBox box,
java.util.List alarmSeverities)
Create alarm stat table and connect to the specified databox.
|
Modifier and Type | Method and Description |
---|---|
AlarmStateStatistics |
getAlarmStateStatistics()
Gets the AlarmStateStatistics object.
|
TDataBox |
getDataBox()
Get the connected databox
|
protected java.lang.Object[] |
getRowData(TWebTableColumn[] visibleColumns,
java.lang.Object row) |
java.lang.String |
getType() |
void |
setDataBox(TDataBox box)
Set the databox for this table.
|
void |
setType(java.lang.String type) |
void |
updateTViewUI()
Uses the method to update TView's UI.
|
addRowFilter, exportJSON, exportRowJSON, getCellValue, getColumns, getDataSize, getPublishedData, getPublishedData, isConverseIncreaseOrder, isDirty, isEscapeValue, isVisible, publishData, resetData, setColumns, setConverseIncreaseOrder, setDirty, setEscapeValue, toJSON, toJSON
public TWebAlarmStatTable()
public TWebAlarmStatTable(TDataBox box)
box
- TDataBox the databox to be connectedpublic TWebAlarmStatTable(TDataBox box, java.util.List alarmSeverities)
box
- TDataBox the databox to be connectedpublic AlarmStateStatistics getAlarmStateStatistics()
public TDataBox getDataBox()
getDataBox
in interface TView
setDataBox(twaver.TDataBox)
public void setDataBox(TDataBox box)
setDataBox
in interface TView
box
- TDataBox the databox to be connected.getDataBox()
protected java.lang.Object[] getRowData(TWebTableColumn[] visibleColumns, java.lang.Object row)
getRowData
in class TWebTable
public void updateTViewUI()
TView
updateTViewUI
in interface TView
public void setType(java.lang.String type)
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.