Uses of Enum Class
com.streambase.liveview.client.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
Modifier 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.Modifier and TypeMethodDescriptionDynamicTableState.setTableStatus
(Table.TableStatus tableStatus) -
Uses of Table.TableStatus in com.streambase.liveview.server.table.plugin
Modifier and TypeMethodDescriptionvoid
TableProviderManager.registerNewDynamicTable
(String name, com.streambase.liveview.config.model.lvconf.LiveviewConfiguration.DataTable dataTable, Table.TableStatus initialStatus, String statusMessage)