Uses of Interface
com.streambase.liveview.server.table.plugin.TableProviderControl
-
Packages that use TableProviderControl Package Description com.streambase.liveview.server.table.plugin Provides classes and interfaces to add custom table providers to TIBCO LiveView. -
-
Uses of TableProviderControl in com.streambase.liveview.server.table.plugin
Classes in com.streambase.liveview.server.table.plugin that implement TableProviderControl Modifier and Type Class Description class
TableProviderControlImpl
Methods in com.streambase.liveview.server.table.plugin with parameters of type TableProviderControl Modifier and Type Method Description void
TableProvider. initialize(String id, TableProviderControl helper, TableProviderParameters parameters, TableNameMapper mapper)
An instance of your class will be initialized with the parameters that were defined in the LVConf.
-