public class TWebAlarmTable extends TWebTable implements TWebView
dirty, JSONData, publishedData, rawData, rowFilters
Constructor and Description |
---|
TWebAlarmTable(TDataBox box) |
TWebAlarmTable(TDataBox box,
TWebTableColumn[] columns) |
Modifier and Type | Method and Description |
---|---|
static TWebTableColumn |
createColumn(java.lang.String name,
boolean visible) |
static TWebTableColumn[] |
createDefaultColumns() |
TDataBox |
getDataBox()
Gets the databox connect to this view
This databox provides data for this view.
|
java.lang.String |
getType() |
protected void |
resetData()
Reset raw data
|
void |
setDataBox(TDataBox dataBox)
Sets databox for this view.
|
void |
setType(java.lang.String type) |
void |
updateTViewUI()
Uses the method to update TView's UI.
|
addRowFilter, exportJSON, exportRowJSON, getCellValue, getColumns, getDataSize, getPublishedData, getPublishedData, getRowData, isConverseIncreaseOrder, isDirty, isEscapeValue, isVisible, publishData, setColumns, setConverseIncreaseOrder, setDirty, setEscapeValue, toJSON, toJSON
public TWebAlarmTable(TDataBox box)
public TWebAlarmTable(TDataBox box, TWebTableColumn[] columns)
public static TWebTableColumn[] createDefaultColumns()
public static TWebTableColumn createColumn(java.lang.String name, boolean visible)
public TDataBox getDataBox()
TView
getDataBox
in interface TView
TView.setDataBox(twaver.TDataBox)
public void setDataBox(TDataBox dataBox)
TView
setDataBox
in interface TView
dataBox
- TDataBox the databox of this viewTView.getDataBox()
public void updateTViewUI()
TView
updateTViewUI
in interface TView
protected void resetData()
TWebTable
public void setType(java.lang.String type)
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.