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 SnapTableView
Creates a table view from file bytes or scratch.static TableViewData
Returns the TableViewData for given file.getTable()
Returns the table.protected SnapTable
Returns the table.Returns the table view.void
propertyChange
(PropertyChangeEvent anEvent) Catches changes to condition and properties.void
Sets the table.void
updateFile
(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:
propertyChange
in interfacePropertyChangeListener
-
updateFile
SnapFile.Updater method.- Specified by:
updateFile
in interfaceWebFile.Updater
-
get
Returns the TableViewData for given file.
-