LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalGantt

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LyGraphicalFieldItem, LyGraphicalPanel, LyViewComponent
All Known Implementing Classes:
LyJQGantt, LyMobileGantt, LyStrutsGantt, LySwingGantt

public interface LyGraphicalGantt
extends LyGraphicalPanel

The LyGraphicalGantt interface represents the abstract graphical component for the gantt of views.dtd regardless of the target (swing, swt, dhtml...).

See Also:
LyGantt

Field Summary
static java.lang.String __VERSION
           
 
Method Summary
 void addDay(LyDay daies, int pos)
          Inserts a sub-component daies at given position.
 void addLine(LyLine lines, int pos)
          Inserts a sub-component lines at given position.
 void removeDay(LyDay daies)
          Removes a sub-component daies.
 void removeLine(LyLine lines)
          Removes a sub-component lines.
 void setBeginDate(java.lang.String beginDate)
          Updates attribute beginDate to the given value.
 void setCurrentDateRefreshPeriod(int currentDateRefreshPeriod)
          Updates attribute currentDateRefreshPeriod to the given value.
 void setEndDate(java.lang.String endDate)
          Updates attribute endDate to the given value.
 void setHCenteredLine(java.lang.String hCenteredLine)
          Updates attribute hCenteredLine to the given value.
 void setVCenteredLine(java.lang.String vCenteredLine)
          Updates attribute vCenteredLine to the given value.
 void setZoomFactor(LyGantt.ZoomFactor zoomFactor)
          Updates attribute zoomFactor to the given value.
 
Methods inherited from interface leon.view.graphic.LyGraphicalComponent
free, getViewComponent
 

Field Detail

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

setBeginDate

void setBeginDate(java.lang.String beginDate)
Updates attribute beginDate to the given value.

Parameters:
beginDate - New value of beginDate.

setEndDate

void setEndDate(java.lang.String endDate)
Updates attribute endDate to the given value.

Parameters:
endDate - New value of endDate.

setZoomFactor

void setZoomFactor(LyGantt.ZoomFactor zoomFactor)
Updates attribute zoomFactor to the given value.

Parameters:
zoomFactor - New value of zoomFactor.

setCurrentDateRefreshPeriod

void setCurrentDateRefreshPeriod(int currentDateRefreshPeriod)
Updates attribute currentDateRefreshPeriod to the given value.

Parameters:
currentDateRefreshPeriod - New value of currentDateRefreshPeriod.

setHCenteredLine

void setHCenteredLine(java.lang.String hCenteredLine)
Updates attribute hCenteredLine to the given value.

Parameters:
hCenteredLine - New value of hCenteredLine.

setVCenteredLine

void setVCenteredLine(java.lang.String vCenteredLine)
Updates attribute vCenteredLine to the given value.

Parameters:
vCenteredLine - New value of vCenteredLine.

addLine

void addLine(LyLine lines,
             int pos)
Inserts a sub-component lines at given position.

Parameters:
lines - The lines to add to lines list.
pos - Position where the sub-component is inserted.

removeLine

void removeLine(LyLine lines)
Removes a sub-component lines.

Parameters:
lines - The lines to remove to lines list.

addDay

void addDay(LyDay daies,
            int pos)
Inserts a sub-component daies at given position.

Parameters:
daies - The daies to add to daies list.
pos - Position where the sub-component is inserted.

removeDay

void removeDay(LyDay daies)
Removes a sub-component daies.

Parameters:
daies - The daies to remove to daies list.

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com