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