Interface ITreeParameterization

All Superinterfaces:
IActiveContextParameterization, IParameterization, IStructuredParameterization
All Known Implementing Classes:
TreeParameterization

public interface ITreeParameterization extends IStructuredParameterization
The IParameterization for tree view tree component.
  • Method Details

    • getExpandLevel

      int getExpandLevel()
      Return the expand level.
      Returns:
      the expand level
    • isRefreshOnScriptVariantChange

      boolean isRefreshOnScriptVariantChange()
      Checks if needs refresh a component when a project script variant is changed.
      Returns:
      true if needs refresh a component
    • isSubtreeMulti

      boolean isSubtreeMulti()
      Returns the value indicating whether to allow selection more than one element in subtree node.
      Returns:
      the value indicating whether to allow selection more than one element in subtree node