Package org.openswing.swing.gantt.client

Interface Summary
AppointmentChangeListener Title: OpenSwing Framework Description: Listener of appointment changes (new appointment, appointment changed/deleted Copyright: Copyright (C) 2006 Mauro Carniel This file is part of OpenSwing Framework.
GanttDataLocator Title: OpenSwing Framework Description: Interface used to retrieve all rows for the gantt control.
 

Class Summary
AppointmentChangeEvent Title: OpenSwing Framework Description: Appointment change event: new appointment, appointment changed/deleted.
GanttControl Title: OpenSwing Framework Description: Panel that contains a grid on the left side (the gantt legend) and a gantt diagram on the right.
GanttControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ServerGanttDataLocator Title: OpenSwing Framework Description: Class used to retrieve all rows for the gantt control, by calling the server side, using the serverMethodName property and ClientUtils.getData method.