Class TreeUtils.TreeState<T>

java.lang.Object
de.hybris.platform.cockpit.util.TreeUtils.TreeState<T>
Enclosing class:
TreeUtils

public static class TreeUtils.TreeState<T> extends Object
This class can be used to store the state of a tree regarding expanded/collapsed nodes.
  • Constructor Details

    • TreeState

      public TreeState()
  • Method Details

    • isOpen

      public boolean isOpen(T key)
    • setOpen

      public void setOpen(T key, boolean open)