Interface ExpressionBuilderConfig.Preferences

Enclosing interface:
ExpressionBuilderConfig

public static interface ExpressionBuilderConfig.Preferences
  • 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)