Class VerticalDragModes
- java.lang.Object
-
- org.eclipse.nebula.widgets.ganttchart.VerticalDragModes
-
public class VerticalDragModes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANY_VERTICAL_DRAG
Vertical dragging is enabled for any type of chartstatic int
CROSS_SECTION_VERTICAL_DRAG
Vertical dragging is only enabled between two differentGanttSection
sstatic int
NO_VERTICAL_DRAG
Vertical dragging is disabled
-
Constructor Summary
Constructors Constructor Description VerticalDragModes()
-
-
-
Field Detail
-
NO_VERTICAL_DRAG
public static final int NO_VERTICAL_DRAG
Vertical dragging is disabled- See Also:
- Constant Field Values
-
ANY_VERTICAL_DRAG
public static final int ANY_VERTICAL_DRAG
Vertical dragging is enabled for any type of chart- See Also:
- Constant Field Values
-
CROSS_SECTION_VERTICAL_DRAG
public static final int CROSS_SECTION_VERTICAL_DRAG
Vertical dragging is only enabled between two differentGanttSection
s- See Also:
- Constant Field Values
-
-