Interface ISelectionTreeDialogParameterization

All Superinterfaces:
IDtActionBarParameterization, IParameterization, ISelectionParameterization
All Known Implementing Classes:
SelectionTreeDialogParameterization

public interface ISelectionTreeDialogParameterization extends ISelectionParameterization
The ISelectionParameterization for components that works with dialog that allows to select values from tree.
  • Method Details

    • isSiblingAllowed

      boolean isSiblingAllowed()
      Returns:
      true if is allowed to select the sibling nodes in the tree. false in other case.
    • isLeafsOnly

      boolean isLeafsOnly()
      Returns:
      true if is allowed to select the leaf nodes in the tree only. false in other case.
    • getAutoExpandLevel

      int getAutoExpandLevel()
      Returns:
      the tree auto expand level
    • getCheckStateListener

      ICheckStateListener getCheckStateListener()
      Returns:
      the check state listener, can be null