public static final class DropdownFilterPlotConfiguration.Builder
extends java.lang.Object
DropdownFilterPlotConfiguration.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DropdownFilterPlotConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
DropdownFilterPlotConfiguration |
build() |
DropdownFilterPlotConfiguration.Builder |
setAllowMaximize(java.lang.Boolean allowMaximize)
Allow maximize capability for this widget
|
DropdownFilterPlotConfiguration.Builder |
setAllowSearch(java.lang.Boolean allowSearch)
Allow search on drop down filter.
|
DropdownFilterPlotConfiguration.Builder |
setCondition(java.lang.String condition)
If the condition is met then the given chart config is applied to the widget
configuration.
|
public Builder()
DropdownFilterPlotConfiguration.public DropdownFilterPlotConfiguration.Builder setAllowMaximize(java.lang.Boolean allowMaximize)
allowMaximize - New value for the property.public DropdownFilterPlotConfiguration.Builder setCondition(java.lang.String condition)
condition - New value for the property.public DropdownFilterPlotConfiguration.Builder setAllowSearch(java.lang.Boolean allowSearch)
allowSearch - New value for the property.public DropdownFilterPlotConfiguration build()