LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.mobile
Class LyMobileMapNode

java.lang.Object
  extended by leon.view.graphic.LyGraphicalObject
      extended by leon.view.mobile.LyMobileObject
          extended by leon.view.mobile.LyMobileMapNode
All Implemented Interfaces:
LyGraphicalComponent, LyGraphicalMapNode, LyViewComponent, LyMobileComponent, LyFreeInterface, LySetHiddenInterface, LySetImageInterface, LySetLabelInterface, LySetSelectedInterface

public class LyMobileMapNode
extends LyMobileObject
implements LyGraphicalMapNode


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.LyGraphicalMapNode
__VERSION
 
Constructor Summary
LyMobileMapNode(LyMapNode mapNode)
           
 
Method Summary
 void init()
           
 void setBottomLabel(java.lang.String bottomLabel)
          Updates attribute bottomLabel to the given value.
 void setColorFrameExt(java.lang.String colorFrameExt)
          Updates attribute colorFrameExt to the given value.
 void setColorFrameInt(java.lang.String colorFrameInt)
          Updates attribute colorFrameInt to the given value.
 void setFontColor(java.lang.String fontColor)
          Updates attribute fontColor to the given value.
 void setHidden(boolean hidden)
          Updates attribute hidden to the given value.
 void setImage(java.lang.String image)
          Updates attribute image to the given value.
 void setLabel(java.lang.String label)
          Updates attribute label to the given value.
 void setLayer(int layer)
          Updates attribute layer to the given value.
 void setLeftLabel(java.lang.String leftLabel)
          Updates attribute leftLabel to the given value.
 void setRightLabel(java.lang.String rightLabel)
          Updates attribute rightLabel to the given value.
 void setSelected(boolean selected)
          Updates attribute selected to the given value.
 void setTopLabel(java.lang.String topLabel)
          Updates attribute topLabel to the given value.
 void setViewerImage(java.lang.String viewerImage)
          Updates attribute viewerImage to the given value.
 void setX(float x)
          Updates attribute x to the given value.
 void setY(float y)
          Updates attribute y to the given value.
 void setZ(float z)
          Updates attribute z 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

LyMobileMapNode

public LyMobileMapNode(LyMapNode mapNode)
Method Detail

writeXml

public void writeXml(java.io.PrintWriter pw)
Description copied from interface: LyMobileComponent
Write XML description corresponding to this component.

Specified by:
writeXml in interface LyMobileComponent
Parameters:
pw - the print writer

writeJson

public void writeJson(java.io.PrintWriter pw,
                      java.lang.String sessionId)
Specified by:
writeJson in interface LyMobileComponent

init

public void init()
Specified by:
init in interface LyMobileComponent

setLabel

public void setLabel(java.lang.String label)
Description copied from interface: LyGraphicalMapNode
Updates attribute label to the given value.

Specified by:
setLabel in interface LyGraphicalMapNode
Specified by:
setLabel in interface LySetLabelInterface
Parameters:
label - New value of label.

setLeftLabel

public void setLeftLabel(java.lang.String leftLabel)
Description copied from interface: LyGraphicalMapNode
Updates attribute leftLabel to the given value.

Specified by:
setLeftLabel in interface LyGraphicalMapNode
Parameters:
leftLabel - New value of leftLabel.

setRightLabel

public void setRightLabel(java.lang.String rightLabel)
Description copied from interface: LyGraphicalMapNode
Updates attribute rightLabel to the given value.

Specified by:
setRightLabel in interface LyGraphicalMapNode
Parameters:
rightLabel - New value of rightLabel.

setTopLabel

public void setTopLabel(java.lang.String topLabel)
Description copied from interface: LyGraphicalMapNode
Updates attribute topLabel to the given value.

Specified by:
setTopLabel in interface LyGraphicalMapNode
Parameters:
topLabel - New value of topLabel.

setBottomLabel

public void setBottomLabel(java.lang.String bottomLabel)
Description copied from interface: LyGraphicalMapNode
Updates attribute bottomLabel to the given value.

Specified by:
setBottomLabel in interface LyGraphicalMapNode
Parameters:
bottomLabel - New value of bottomLabel.

setX

public void setX(float x)
Description copied from interface: LyGraphicalMapNode
Updates attribute x to the given value.

Specified by:
setX in interface LyGraphicalMapNode
Parameters:
x - New value of x.

setY

public void setY(float y)
Description copied from interface: LyGraphicalMapNode
Updates attribute y to the given value.

Specified by:
setY in interface LyGraphicalMapNode
Parameters:
y - New value of y.

setZ

public void setZ(float z)
Description copied from interface: LyGraphicalMapNode
Updates attribute z to the given value.

Specified by:
setZ in interface LyGraphicalMapNode
Parameters:
z - New value of z.

setLayer

public void setLayer(int layer)
Description copied from interface: LyGraphicalMapNode
Updates attribute layer to the given value.

Specified by:
setLayer in interface LyGraphicalMapNode
Parameters:
layer - New value of layer.

setSelected

public void setSelected(boolean selected)
Description copied from interface: LyGraphicalMapNode
Updates attribute selected to the given value.

Specified by:
setSelected in interface LyGraphicalMapNode
Specified by:
setSelected in interface LySetSelectedInterface
Parameters:
selected - Boolean indicating if attribute selected is set or unset.

setHidden

public void setHidden(boolean hidden)
Description copied from interface: LyGraphicalMapNode
Updates attribute hidden to the given value.

Specified by:
setHidden in interface LyGraphicalMapNode
Specified by:
setHidden in interface LySetHiddenInterface
Parameters:
hidden - Boolean indicating if attribute hidden is set or unset.

setImage

public void setImage(java.lang.String image)
Description copied from interface: LyGraphicalMapNode
Updates attribute image to the given value.

Specified by:
setImage in interface LyGraphicalMapNode
Specified by:
setImage in interface LySetImageInterface
Parameters:
image - New value of image.

setViewerImage

public void setViewerImage(java.lang.String viewerImage)
Description copied from interface: LyGraphicalMapNode
Updates attribute viewerImage to the given value.

Specified by:
setViewerImage in interface LyGraphicalMapNode
Parameters:
viewerImage - New value of viewerImage.

setColorFrameInt

public void setColorFrameInt(java.lang.String colorFrameInt)
Description copied from interface: LyGraphicalMapNode
Updates attribute colorFrameInt to the given value.

Specified by:
setColorFrameInt in interface LyGraphicalMapNode
Parameters:
colorFrameInt - New value of colorFrameInt.

setColorFrameExt

public void setColorFrameExt(java.lang.String colorFrameExt)
Description copied from interface: LyGraphicalMapNode
Updates attribute colorFrameExt to the given value.

Specified by:
setColorFrameExt in interface LyGraphicalMapNode
Parameters:
colorFrameExt - New value of colorFrameExt.

setFontColor

public void setFontColor(java.lang.String fontColor)
Description copied from interface: LyGraphicalMapNode
Updates attribute fontColor to the given value.

Specified by:
setFontColor in interface LyGraphicalMapNode
Parameters:
fontColor - New value of fontColor.

(c) January 2013 - W4 S.A.

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