Uses of Class
com.streambase.liveview.client.LiveViewTableCapability
-
Packages that use LiveViewTableCapability Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of LiveViewTableCapability in com.streambase.liveview.client
Fields in com.streambase.liveview.client with type parameters of type LiveViewTableCapability Modifier and Type Field Description static EnumSet<LiveViewTableCapability>
Table. CAPABILITIES_FOR_FILTERED_TABLES
static EnumSet<LiveViewTableCapability>
Table. REAL_LV_CAPABILITIES
Methods in com.streambase.liveview.client that return LiveViewTableCapability Modifier and Type Method Description static LiveViewTableCapability
LiveViewTableCapability. valueOf(String name)
Returns the enum constant of this type with the specified name.static LiveViewTableCapability[]
LiveViewTableCapability. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.liveview.client that return types with arguments of type LiveViewTableCapability Modifier and Type Method Description EnumSet<LiveViewTableCapability>
Table. getTableCapabilities()
Returns the capabilities that this Table supports.
-