Class GanttTimeLineRenderer.HeaderGroupRow
java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.timeline.GanttTimeLineRenderer.HeaderGroupRow
- All Implemented Interfaces:
Iterable<GanttTimeLineRenderer<R,B>.HeaderGroupBrick>
- Enclosing class:
GanttTimeLineRenderer<R,B>
protected class GanttTimeLineRenderer.HeaderGroupRow
extends Object
implements Iterable<GanttTimeLineRenderer<R,B>.HeaderGroupBrick>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<GanttTimeLineRenderer<R, B>.HeaderGroupBrick> protected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
_type
protected int _type -
_bricks
-
-
Constructor Details
-
HeaderGroupRow
protected HeaderGroupRow(int type)
-
-
Method Details
-
getType
public int getType() -
addDate
-
toString
-
iterator
- Specified by:
iteratorin interfaceIterable<GanttTimeLineRenderer<R,B>.HeaderGroupBrick>
-