java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.data.GanttBlockLink<T>
All Implemented Interfaces:
Serializable

public class GanttBlockLink<T> extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • GanttBlockLink

      public GanttBlockLink()
  • Method Details

    • getDestinationHandler

      public GanttBlockLink.LinkHandler getDestinationHandler()
    • setDestinationHandler

      public void setDestinationHandler(GanttBlockLink.LinkHandler destinationHandler)
    • setSourceHandler

      public void setSourceHandler(GanttBlockLink.LinkHandler sourceHandler)
    • getSourceHandler

      public GanttBlockLink.LinkHandler getSourceHandler()
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getStroke

      public int getStroke()
    • setStroke

      public void setStroke(int stroke)
    • getDestinationBlock

      public GanttBlock<T> getDestinationBlock()
      Returns:
      the destination block for this link
    • setDestinationBlock

      public void setDestinationBlock(GanttBlock<T> destinationBlock)
      Parameters:
      destinationBlock - the block pointed by this link
    • getId

      public String getId()
    • setId

      public void setId(String id)