Class TableViewData
java.lang.Object
com.inductiveautomation.snap.filedata.SnapData
com.inductiveautomation.snap.filedata.TableViewData
- All Implemented Interfaces:
WebFile.Updater,PropertyChangeListener,EventListener
A file for managing table views.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SnapTableViewCreates a table view from file bytes or scratch.static TableViewDataReturns the TableViewData for given file.getTable()Returns the table.protected SnapTableReturns the table.Returns the table view.voidpropertyChange(PropertyChangeEvent anEvent) Catches changes to condition and properties.voidSets the table.voidupdateFile(WebFile aFile) SnapFile.Updater method.Methods inherited from class com.inductiveautomation.snap.filedata.SnapData
createBytes, createSourceURL, delete, get, getBytes, getInputStream, getSite, getSource, getSourceFile, getSourceURL, is, refresh, save, setBytes, setSource
-
Constructor Details
-
TableViewData
public TableViewData()
-
-
Method Details
-
getTable
Returns the table. -
getTableImpl
Returns the table. -
setTable
Sets the table. -
getTableView
Returns the table view. -
createTableView
Creates a table view from file bytes or scratch. -
propertyChange
Catches changes to condition and properties.- Specified by:
propertyChangein interfacePropertyChangeListener
-
updateFile
SnapFile.Updater method.- Specified by:
updateFilein interfaceWebFile.Updater
-
get
Returns the TableViewData for given file.
-