Uses of Interface
com.streambase.liveview.server.table.plugin.TableProviderParameters
-
Packages that use TableProviderParameters Package Description com.streambase.liveview.server.table.plugin Provides classes and interfaces to add custom table providers to TIBCO LiveView. -
-
Uses of TableProviderParameters in com.streambase.liveview.server.table.plugin
Classes in com.streambase.liveview.server.table.plugin that implement TableProviderParameters Modifier and Type Class Description class
TableProviderControlImpl
Methods in com.streambase.liveview.server.table.plugin with parameters of type TableProviderParameters 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.
-