Uses of Class
com.streambase.liveview.client.Table.TableStatus
-
Packages that use Table.TableStatus Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API.com.streambase.liveview.server.table.plugin Provides classes and interfaces to add custom table providers to TIBCO LiveView. -
-
Uses of Table.TableStatus in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return Table.TableStatus Modifier and Type Method Description Table.TableStatus
DynamicTableState. getTableStatus()
Table.TableStatus
Table. getTableStatus()
Get the status of the table.static Table.TableStatus
Table.TableStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Table.TableStatus[]
Table.TableStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.liveview.client with parameters of type Table.TableStatus Modifier and Type Method Description DynamicTableState
DynamicTableState. 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.TableStatus Modifier and Type Method Description void
TableProviderManager. registerNewDynamicTable(String name, LiveviewConfiguration.DataTable dataTable, Table.TableStatus initialStatus, String statusMessage)
-