Uses of Package
com.streambase.liveview.client.dynamictables
-
Packages that use com.streambase.liveview.client.dynamictables Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API.com.streambase.liveview.client.dynamictables Provides classes to configure table options. -
Classes in com.streambase.liveview.client.dynamictables used by com.streambase.liveview.client Class Description TableConfig TableConfig is used to configure all properties of the table under construction. -
Classes in com.streambase.liveview.client.dynamictables used by com.streambase.liveview.client.dynamictables Class Description Assignment This represents one assignment to either a Field or a Variable.FieldRule A FieldRule is a list of cases that will be evaluated on every insert or update.FilteredTableAlias This class represents the filtered-table-alias entries in an LVConf file.RuleCase A RuleCase represents one case for a FieldRule, with a test, a list of assignments for an insert operation, and a list of assignments for an update operation.TableConfig TableConfig is used to configure all properties of the table under construction.Variable Variables can be used in both test and assignment expressions in the FieldRules.