Interface IComboSelectParameterization

    • Field Detail

      • CLEAR_ACTION_ALLOWED

        static final IComboSelectParameterization CLEAR_ACTION_ALLOWED
        The parameterization that specifies that clear action in the component should be turn on.
      • QUICK_SEARCH_ALLOWED

        static final IComboSelectParameterization QUICK_SEARCH_ALLOWED
        The parameterization that specifies that quick search in the component should be turn on without clear action.
      • QUICK_SEARCH_ALLOWED_AND_CLEAR_ACTION

        static final IComboSelectParameterization QUICK_SEARCH_ALLOWED_AND_CLEAR_ACTION
        The parameterization that specifies that quick search in the component should be turn on and clear action too.
    • Method Detail

      • isQuickSearchAllowed

        boolean isQuickSearchAllowed()
        Returns:
        true if quick search should be allowed in the component.
      • hasClearAction

        boolean hasClearAction()
        Returns true if the component must have the "Clear" action.
        Returns:
        true if the component must have the "Clear" action