Uses of Enum Class
com.streambase.liveview.client.LiveViewTableCapability
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of LiveViewTableCapability in com.streambase.liveview.client
Modifier and TypeFieldDescriptionstatic final EnumSet<LiveViewTableCapability>
static final EnumSet<LiveViewTableCapability>
Table.REAL_LV_CAPABILITIES
Modifier 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.Modifier and TypeMethodDescriptionTable.getTableCapabilities()
Returns the capabilities that this Table supports.