public abstract class AbstractSelectorSettingsBuilder<T extends SelectorDisplayerSettingsBuilder> extends AbstractDisplayerSettingsBuilder<T> implements SelectorDisplayerSettingsBuilder<T>
displayerSettings
Constructor and Description |
---|
AbstractSelectorSettingsBuilder() |
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.
|
allowCsvExport, allowExcelExport, backgroundColor, buildSettings, createDisplayerSettings, dataset, expression, expression, filterOff, filterOn, format, format, format, htmlTemplate, jsTemplate, refreshOff, refreshOn, refreshOn, renderer, subtype, title, titleVisible, uuid, xAxisAngle, xAxisTitle, yAxisTitle
asc, buildColumnId, buildLookup, column, column, column, column, column, dataset, desc, dynamic, dynamic, dynamic, filter, filter, firstDay, firstMonth, fixed, getCurrentOp, group, group, join, rowNumber, rowOffset, select, sort, sort
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
backgroundColor, buildSettings, dataset, expression, expression, filterOff, filterOn, format, format, format, htmlTemplate, jsTemplate, refreshOff, refreshOn, refreshOn, renderer, subtype, title, titleVisible, uuid
public T width(int width)
SelectorDisplayerSettingsBuilder
width
in interface SelectorDisplayerSettingsBuilder<T extends SelectorDisplayerSettingsBuilder>
width
- The width of selector.public T margins(int top, int bottom, int left, int right)
SelectorDisplayerSettingsBuilder
margins
in interface SelectorDisplayerSettingsBuilder<T extends SelectorDisplayerSettingsBuilder>
top
- The top margin.bottom
- The bottom margin.left
- The left margin.right
- The right margin.public T multiple(boolean multiple)
SelectorDisplayerSettingsBuilder
multiple
in interface SelectorDisplayerSettingsBuilder<T extends SelectorDisplayerSettingsBuilder>
multiple
- The multiple selection flag.Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.