Interface ExpressionBuilderConfig.Preferences
- Enclosing interface:
ExpressionBuilderConfig
public static interface ExpressionBuilderConfig.Preferences
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintTime in secons to use when obtains the list of elements.booleanvoidsetShowLabelsOfElements(boolean showLabels) voidsetSimpleElementsLimit(int limit) Set the time in secons to use to obtain the list of elements.voidsetSQLCompatible(boolean sqlCompatible)
-
Method Details
-
getSimpleElementsLimit
int getSimpleElementsLimit()Time in secons to use when obtains the list of elements.- Returns:
- time in secons
-
setSimpleElementsLimit
void setSimpleElementsLimit(int limit) Set the time in secons to use to obtain the list of elements.- Parameters:
limit-
-
setSQLCompatible
void setSQLCompatible(boolean sqlCompatible) -
isSQLCompatible
boolean isSQLCompatible() -
getShowLabelsOfElements
boolean getShowLabelsOfElements() -
setShowLabelsOfElements
void setShowLabelsOfElements(boolean showLabels)
-