|
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.LyMobileMap
public class LyMobileMap
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.LyGraphicalMap |
---|
__VERSION |
Constructor Summary | |
---|---|
LyMobileMap(LyMap map)
|
Method Summary | |
---|---|
void |
addComponent(LyComponent components,
int pos)
Inserts a sub-component components at given position. |
void |
init()
|
void |
removeComponent(LyComponent components)
Removes a sub-component components. |
void |
setLabel(java.lang.String label)
Updates attribute label to the given value. |
void |
setLayout(LyLayout layout)
Sets sub-component layout. |
void |
setMapContent(LyMapContent mapContent)
Sets sub-component mapContent. |
void |
setSpatial(boolean spatial)
Updates attribute spatial to the given value. |
void |
setTranslation(boolean translation)
Updates attribute translation to the given value. |
void |
setTranslationStatus(LyMapBase.TranslationStatus translationStatus)
Updates attribute translationStatus to the given value. |
void |
setViewer(boolean viewer)
Updates attribute viewer to the given value. |
void |
setViewerStatus(LyMapBase.ViewerStatus viewerStatus)
Updates attribute viewerStatus to the given value. |
void |
setZoom(boolean zoom)
Updates attribute zoom to the given value. |
void |
setZoomFactor(float zoomFactor)
Updates attribute zoomFactor to the given value. |
void |
setZoomStatus(LyMapBase.ZoomStatus zoomStatus)
Updates attribute zoomStatus 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 LyMobileMap(LyMap map)
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 setLabel(java.lang.String label)
LyGraphicalMap
setLabel
in interface LyGraphicalMap
setLabel
in interface LySetLabelInterface
label
- New value of label.public void setViewer(boolean viewer)
LyGraphicalMap
setViewer
in interface LyGraphicalMap
setViewer
in interface LySetViewerInterface
viewer
- Boolean indicating if attribute viewer is set or unset.public void setViewerStatus(LyMapBase.ViewerStatus viewerStatus)
LyGraphicalMap
setViewerStatus
in interface LyGraphicalMap
viewerStatus
- New value of viewerStatus.public void setZoom(boolean zoom)
LyGraphicalMap
setZoom
in interface LyGraphicalMap
zoom
- Boolean indicating if attribute zoom is set or unset.public void setZoomStatus(LyMapBase.ZoomStatus zoomStatus)
LyGraphicalMap
setZoomStatus
in interface LyGraphicalMap
zoomStatus
- New value of zoomStatus.public void setZoomFactor(float zoomFactor)
LyGraphicalMap
setZoomFactor
in interface LyGraphicalMap
zoomFactor
- New value of zoomFactor.public void setTranslation(boolean translation)
LyGraphicalMap
setTranslation
in interface LyGraphicalMap
translation
- Boolean indicating if attribute translation is set or unset.public void setTranslationStatus(LyMapBase.TranslationStatus translationStatus)
LyGraphicalMap
setTranslationStatus
in interface LyGraphicalMap
translationStatus
- New value of translationStatus.public void setSpatial(boolean spatial)
LyGraphicalMap
setSpatial
in interface LyGraphicalMap
spatial
- Boolean indicating if attribute spatial is set or unset.public void addComponent(LyComponent components, int pos)
LyGraphicalMap
addComponent
in interface LyGraphicalMap
components
- The components to add to components list.pos
- Position where the sub-component is inserted.public void removeComponent(LyComponent components)
LyGraphicalMap
removeComponent
in interface LyGraphicalMap
components
- The components to remove to components list.public void setMapContent(LyMapContent mapContent)
LyGraphicalMap
setMapContent
in interface LyGraphicalMap
mapContent
- New value of mapContentpublic void setLayout(LyLayout layout)
LyGraphicalMap
setLayout
in interface LyGraphicalMap
layout
- New value of layout
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |