|
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.LyMobileTableObject
leon.view.mobile.LyMobileCell
public class LyMobileCell
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.LyGraphicalCell |
---|
__VERSION |
Constructor Summary | |
---|---|
LyMobileCell(LyCell cell)
|
Method Summary | |
---|---|
void |
addCell(LyCell cells,
int pos)
Inserts a sub-component cells at given position. |
void |
init()
|
void |
removeCell(LyCell cells)
Removes a sub-component cells. |
void |
setBottomBorderColor(java.lang.String bottomBorderColor)
Updates attribute bottomBorderColor to the given value. |
void |
setBottomLeftImage(java.lang.String bottomLeftImage)
Updates attribute bottomLeftImage to the given value. |
void |
setBottomRightImage(java.lang.String bottomRightImage)
Updates attribute bottomRightImage to the given value. |
void |
setColor(java.lang.String color)
Updates attribute color to the given value. |
void |
setEditable(boolean editable)
Updates attribute editable 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 |
setLeftBorderColor(java.lang.String leftBorderColor)
Updates attribute leftBorderColor to the given value. |
void |
setObjectId(java.lang.String objectId)
Updates attribute objectId to the given value. |
void |
setRightBorderColor(java.lang.String rightBorderColor)
Updates attribute rightBorderColor to the given value. |
void |
setSelected(boolean selected)
Updates attribute selected to the given value. |
void |
setTooltip(java.lang.String tooltip)
Updates attribute tooltip to the given value. |
void |
setTopBorderColor(java.lang.String topBorderColor)
Updates attribute topBorderColor to the given value. |
void |
setTopLeftImage(java.lang.String topLeftImage)
Updates attribute topLeftImage to the given value. |
void |
setTopRightImage(java.lang.String topRightImage)
Updates attribute topRightImage to the given value. |
void |
writeJson(java.io.PrintWriter pw,
boolean repeat,
int order,
java.lang.String sessionId)
|
void |
writeJson(java.io.PrintWriter pw,
java.lang.String sessionId)
|
void |
writeXml(java.io.PrintWriter pw)
Write XML description corresponding to this component. |
void |
writeXml(java.io.PrintWriter pw,
boolean repeat,
int order)
|
int |
writeXml(java.io.PrintWriter pw,
int nb)
|
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 LyMobileCell(LyCell cell)
Method Detail |
---|
public void init()
init
in interface LyMobileComponent
init
in class LyMobileTableObject
public void writeXml(java.io.PrintWriter pw)
LyMobileComponent
writeXml
in interface LyMobileComponent
writeXml
in class LyMobileTableObject
pw
- the print writerpublic void writeXml(java.io.PrintWriter pw, boolean repeat, int order)
public void writeJson(java.io.PrintWriter pw, java.lang.String sessionId)
writeJson
in interface LyMobileComponent
public void writeJson(java.io.PrintWriter pw, boolean repeat, int order, java.lang.String sessionId)
public void setLabel(java.lang.String label)
LyGraphicalCell
setLabel
in interface LyGraphicalCell
setLabel
in interface LySetLabelInterface
label
- New value of label.public void setObjectId(java.lang.String objectId)
LyGraphicalCell
setObjectId
in interface LyGraphicalCell
objectId
- New value of objectId.public void setEditable(boolean editable)
LyGraphicalCell
setEditable
in interface LyGraphicalCell
setEditable
in interface LySetEditableInterface
editable
- Boolean indicating if attribute editable is set or unset.public void setSelected(boolean selected)
LyGraphicalCell
setSelected
in interface LyGraphicalCell
setSelected
in interface LySetSelectedInterface
selected
- Boolean indicating if attribute selected is set or unset.public void setImage(java.lang.String image)
LyGraphicalCell
setImage
in interface LyGraphicalCell
setImage
in interface LySetImageInterface
image
- New value of image.public void setColor(java.lang.String color)
LyGraphicalCell
setColor
in interface LyGraphicalCell
setColor
in interface LySetColorInterface
color
- New value of color.public void setTooltip(java.lang.String tooltip)
LyGraphicalCell
setTooltip
in interface LyGraphicalCell
tooltip
- New value of tooltip.public void setTopBorderColor(java.lang.String topBorderColor)
LyGraphicalCell
setTopBorderColor
in interface LyGraphicalCell
topBorderColor
- New value of topBorderColor.public void setBottomBorderColor(java.lang.String bottomBorderColor)
LyGraphicalCell
setBottomBorderColor
in interface LyGraphicalCell
bottomBorderColor
- New value of bottomBorderColor.public void setLeftBorderColor(java.lang.String leftBorderColor)
LyGraphicalCell
setLeftBorderColor
in interface LyGraphicalCell
leftBorderColor
- New value of leftBorderColor.public void setRightBorderColor(java.lang.String rightBorderColor)
LyGraphicalCell
setRightBorderColor
in interface LyGraphicalCell
rightBorderColor
- New value of rightBorderColor.public void setTopLeftImage(java.lang.String topLeftImage)
LyGraphicalCell
setTopLeftImage
in interface LyGraphicalCell
topLeftImage
- New value of topLeftImage.public void setTopRightImage(java.lang.String topRightImage)
LyGraphicalCell
setTopRightImage
in interface LyGraphicalCell
topRightImage
- New value of topRightImage.public void setBottomLeftImage(java.lang.String bottomLeftImage)
LyGraphicalCell
setBottomLeftImage
in interface LyGraphicalCell
bottomLeftImage
- New value of bottomLeftImage.public void setBottomRightImage(java.lang.String bottomRightImage)
LyGraphicalCell
setBottomRightImage
in interface LyGraphicalCell
bottomRightImage
- New value of bottomRightImage.public void addCell(LyCell cells, int pos)
LyGraphicalCell
addCell
in interface LyGraphicalCell
cells
- The cells to add to cells list.pos
- Position where the sub-component is inserted.public void removeCell(LyCell cells)
LyGraphicalCell
removeCell
in interface LyGraphicalCell
cells
- The cells to remove to cells list.public int writeXml(java.io.PrintWriter pw, int nb)
writeXml
in class LyMobileTableObject
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |