Class GanttViewExpansion<R,B>

java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.view.GanttViewExpansion<R,B>

public class GanttViewExpansion<R,B> extends Object
  • Field Details

    • _expandedRow

      protected Set<String> _expandedRow
  • Constructor Details

  • Method Details

    • getRootRow

      public GanttRow<R,B> getRootRow()
    • clear

      public void clear()
    • expand

      public void expand(String rowId)
    • expandPath

      public void expandPath(String rowPath)
    • collapse

      public void collapse(String rowId)
    • isExpanded

      public boolean isExpanded(String rowId)
    • expandBranch

      public void expandBranch(String rowPath)
    • copy

      public GanttViewExpansion<R,B> copy()