Class GanttBlockLink<T>
java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.data.GanttBlockLink<T>
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected GanttBlock<T> protected GanttBlockLink.LinkHandlerprotected Stringprotected GanttBlockLink.LinkHandlerprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()getId()intvoidvoidsetDestinationBlock(GanttBlock<T> destinationBlock) voidsetDestinationHandler(GanttBlockLink.LinkHandler destinationHandler) voidvoidsetSourceHandler(GanttBlockLink.LinkHandler sourceHandler) voidsetStroke(int stroke)
-
Field Details
-
destinationBlock
-
sourceHandler
-
destinationHandler
-
color
-
stroke
protected int stroke -
id
-
-
Constructor Details
-
GanttBlockLink
public GanttBlockLink()
-
-
Method Details
-
getDestinationHandler
-
setDestinationHandler
-
setSourceHandler
-
getSourceHandler
-
getColor
-
setColor
-
getStroke
public int getStroke() -
setStroke
public void setStroke(int stroke) -
getDestinationBlock
- Returns:
- the destination block for this link
-
setDestinationBlock
- Parameters:
destinationBlock- the block pointed by this link
-
getId
-
setId
-