public interface SelectorDisplayerSettingsBuilder<T extends SelectorDisplayerSettingsBuilder> extends DisplayerSettingsBuilder<T>
DisplayerSettingsFactory.newSelectorSettings()
.dataset("products")
.group("product")
.count("items")
.title("Product selector")
.column("Product")
.column("Number of items")
| Modifier and Type | Method and Description |
|---|---|
T |
margins(int top,
int bottom,
int left,
int right)
Set the margins for this selector.
|
T |
multiple(boolean multiple)
Enables or disables the selection of multiple entries
|
T |
width(int width)
Sets the width of the selector.
|
backgroundColor, buildSettings, dataset, expression, expression, filterOff, filterOn, format, format, format, htmlTemplate, jsTemplate, refreshOff, refreshOn, refreshOn, renderer, subtype, title, titleVisible, uuidT width(int width)
width - The width of selector.T margins(int top, int bottom, int left, int right)
top - The top margin.bottom - The bottom margin.left - The left margin.right - The right margin.T multiple(boolean multiple)
multiple - The multiple selection flag.Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.