|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.graphic.LyGraphicalObject
leon.view.mobile.LyMobileObject
leon.view.mobile.LyMobileGantt
public class LyMobileGantt
Field Summary |
---|
Fields inherited from class leon.view.mobile.LyMobileObject |
---|
REWRITING_MODE, SEP_ID, WEB_COMPONENT_ID, WEB_CONTROLLER_ID, WEB_SESSION_ID |
Fields inherited from class leon.view.graphic.LyGraphicalObject |
---|
__VERSION |
Fields inherited from interface leon.view.graphic.LyGraphicalGantt |
---|
__VERSION |
Constructor Summary | |
---|---|
LyMobileGantt(LyGantt gantt)
|
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 |
init()
|
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. |
void |
writeJson(java.io.PrintWriter pw,
java.lang.String sessionId)
|
void |
writeXml(java.io.PrintWriter pw)
Write XML description corresponding to this component. |
Methods inherited from class leon.view.mobile.LyMobileObject |
---|
createWebview, expandUrl, getDirForDownloadImage, getImageUrl, getUrl, printJsonAttributeSeparator |
Methods inherited from class leon.view.graphic.LyGraphicalObject |
---|
expand, free, getBounds, getChildrenBounds, getController, getEnv, getEnvironment, getIdCode, getIntResource, getMessage, getMessage, getResource, getString, getString, getString, getViewComponent, getViewManager, isFreed, isFreeing, isImageAnimated, processDemand, processDemand, testResource, translate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface leon.view.graphic.LyGraphicalComponent |
---|
free, getViewComponent |
Constructor Detail |
---|
public LyMobileGantt(LyGantt gantt)
Method Detail |
---|
public void writeXml(java.io.PrintWriter pw)
LyMobileComponent
writeXml
in interface LyMobileComponent
pw
- the print writerpublic void writeJson(java.io.PrintWriter pw, java.lang.String sessionId)
writeJson
in interface LyMobileComponent
public void init()
init
in interface LyMobileComponent
public void setBeginDate(java.lang.String beginDate)
LyGraphicalGantt
setBeginDate
in interface LyGraphicalGantt
beginDate
- New value of beginDate.public void setEndDate(java.lang.String endDate)
LyGraphicalGantt
setEndDate
in interface LyGraphicalGantt
endDate
- New value of endDate.public void setZoomFactor(LyGantt.ZoomFactor zoomFactor)
LyGraphicalGantt
setZoomFactor
in interface LyGraphicalGantt
zoomFactor
- New value of zoomFactor.public void setCurrentDateRefreshPeriod(int currentDateRefreshPeriod)
LyGraphicalGantt
setCurrentDateRefreshPeriod
in interface LyGraphicalGantt
currentDateRefreshPeriod
- New value of currentDateRefreshPeriod.public void setHCenteredLine(java.lang.String hCenteredLine)
LyGraphicalGantt
setHCenteredLine
in interface LyGraphicalGantt
hCenteredLine
- New value of hCenteredLine.public void setVCenteredLine(java.lang.String vCenteredLine)
LyGraphicalGantt
setVCenteredLine
in interface LyGraphicalGantt
vCenteredLine
- New value of vCenteredLine.public void addLine(LyLine lines, int pos)
LyGraphicalGantt
addLine
in interface LyGraphicalGantt
lines
- The lines to add to lines list.pos
- Position where the sub-component is inserted.public void removeLine(LyLine lines)
LyGraphicalGantt
removeLine
in interface LyGraphicalGantt
lines
- The lines to remove to lines list.public void addDay(LyDay daies, int pos)
LyGraphicalGantt
addDay
in interface LyGraphicalGantt
daies
- The daies to add to daies list.pos
- Position where the sub-component is inserted.public void removeDay(LyDay daies)
LyGraphicalGantt
removeDay
in interface LyGraphicalGantt
daies
- The daies to remove to daies list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |