Interface IStructuredParameterization

All Superinterfaces:
IActiveContextParameterization, IParameterization
All Known Subinterfaces:
INavigatorTableParameterization, ITreeParameterization
All Known Implementing Classes:
NavigatorTableParameterization, StructuredParameterization, TreeParameterization

public interface IStructuredParameterization extends IActiveContextParameterization
The IParameterization for structured view (table, tree) component.
  • Field Summary

    Fields inherited from interface com._1c.g5.aef2.components.IParameterization

    VOID
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the comparator of elements in structured view.
    boolean
    Returns true if empty choice allowed.
    boolean
    Returns true if multi selection allowed.
    boolean
    Returns true if the search box must be visible in the parameterized component.
    boolean
    Returns true if selection checkboxes should be shown in the default column of the component.
    boolean
    Returns true if images should be shown in the default column of the component.

    Methods inherited from interface com._1c.g5.aef2.standard.parameterization.IActiveContextParameterization

    getActiveContext
  • Method Details

    • 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.