Uses of Class
com.streambase.liveview.client.dynamictables.Variable
-
Packages that use Variable Package Description com.streambase.liveview.client.dynamictables Provides classes to configure table options. -
-
Uses of Variable in com.streambase.liveview.client.dynamictables
Methods in com.streambase.liveview.client.dynamictables that return types with arguments of type Variable Modifier and Type Method Description List<Variable>
TableConfig. getVariables()
This method is used to get the list of variablesVariable
with this Table ConfigurationMethods in com.streambase.liveview.client.dynamictables with parameters of type Variable Modifier and Type Method Description void
TableConfig. addVariable(Variable variable)
The method is used to add a variableVariable
to the existing list of variables.
-