Gantt diagram for Vaadin
Vaadin flexible gantt diagram:
- Tasks treetable
- Customizable table
- Column formatter
- Customizable task representation
- Completion percent
- Tasks dependencies
- Customizable scale (year, month, day, hour)
- Milestones at diagram
- Tasks filtering
-
You also should add link to repository and dependencies to project's pom.xml
bazon.public http://developer.bazon.ru/maven/bazon.public/ true true<dependency> <groupId>org.vaadin.addons</groupId> <artifactId>gwt-graphics</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.vaadin.addons</groupId> <artifactId>contextmenu</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>ru.bazon</groupId> <artifactId>pstring</artifactId> <version>0.0.1.0</version> </dependency>
-
This version doesn' t use vaadin Container interface. It uses GanttDiagramModel instead. At first you should describe model and then call diagram setModel() method.
Install
Framework Support
Vaadin 6.7+
Browser Compatibility
7
8
9
Install with
Release notes - Version 0.3.3.0
Compatibility with vaadin version 6.8.0
Some bugs fixed