Interface IStructuredParameterization

    • Method Detail

      • isMulti

        boolean isMulti()
        Returns true if multi selection allowed.
        Returns:
        true if multi selection allowed
      • isEmptyChoiceAllowed

        boolean isEmptyChoiceAllowed()
        Returns true if empty choice allowed.
        Returns:
        true if empty choice allowed
      • isSearchBoxVisible

        boolean isSearchBoxVisible()
        Returns true if the search box must be visible in the parameterized component.
        Returns:
        true if the search box must be visible
      • isShowImages

        boolean isShowImages()
        Returns true if images should be shown in the default column of the component.
        Returns:
        true if images should be shown in the default column of the component
      • isShowCheckboxes

        boolean isShowCheckboxes()
        Returns true if selection checkboxes should be shown in the default column of the component.
        Returns:
        true if checkboxes should be shown in the default column of the component
      • getComparator

        Comparator<Object> getComparator()
        Returns the comparator of elements in structured view.
        Returns:
        Comparator instance or null.