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 SummaryConstructors
- 
Method SummaryModifier 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.SnapDatacreateBytes, createSourceURL, delete, get, getBytes, getInputStream, getSite, getSource, getSourceFile, getSourceURL, is, refresh, save, setBytes, setSource
- 
Constructor Details- 
TableViewDatapublic TableViewData()
 
- 
- 
Method Details- 
getTableReturns the table.
- 
getTableImplReturns the table.
- 
setTableSets the table.
- 
getTableViewReturns the table view.
- 
createTableViewCreates a table view from file bytes or scratch.
- 
propertyChangeCatches changes to condition and properties.- Specified by:
- propertyChangein interface- PropertyChangeListener
 
- 
updateFileSnapFile.Updater method.- Specified by:
- updateFilein interface- WebFile.Updater
 
- 
getReturns the TableViewData for given file.
 
-