Uses of Enum Class
com.streambase.liveview.client.Table.TableStatus
Packages that use Table.TableStatus
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
Provides classes and interfaces to add custom table providers for LiveView.
-
Uses of Table.TableStatus in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return Table.TableStatusModifier and TypeMethodDescriptionDynamicTableState.getTableStatus()
Table.getTableStatus()
Get the status of the table.static Table.TableStatus
Returns the enum constant of this class with the specified name.static Table.TableStatus[]
Table.TableStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.streambase.liveview.client with parameters of type Table.TableStatusModifier and TypeMethodDescriptionDynamicTableState.setTableStatus
(Table.TableStatus tableStatus) -
Uses of Table.TableStatus in com.streambase.liveview.server.table.plugin
Methods in com.streambase.liveview.server.table.plugin with parameters of type Table.TableStatusModifier and TypeMethodDescriptionvoid
TableProviderManager.registerNewDynamicTable
(String name, com.streambase.liveview.config.model.lvconf.LiveviewConfiguration.DataTable dataTable, Table.TableStatus initialStatus, String statusMessage)