public static interface ExpressionBuilderConfig.Preferences
Modifier and Type | Method and Description |
---|---|
boolean |
getShowLabelsOfElements() |
int |
getSimpleElementsLimit()
Time in secons to use when obtains the list of elements.
|
boolean |
isSQLCompatible() |
void |
setShowLabelsOfElements(boolean showLabels) |
void |
setSimpleElementsLimit(int limit)
Set the time in secons to use to obtain the list of elements.
|
void |
setSQLCompatible(boolean sqlCompatible) |
int getSimpleElementsLimit()
void setSimpleElementsLimit(int limit)
limit
- void setSQLCompatible(boolean sqlCompatible)
boolean isSQLCompatible()
boolean getShowLabelsOfElements()
void setShowLabelsOfElements(boolean showLabels)