|
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.LyMobileRow
public class LyMobileRow
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.LyGraphicalRow |
---|
__VERSION |
Constructor Summary | |
---|---|
LyMobileRow(LyRow row)
|
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 |
setBorderColor(java.lang.String borderColor)
Updates attribute borderColor to the given value. |
void |
setBorderHeight(int borderHeight)
Updates attribute borderHeight to the given value. |
void |
setColor(java.lang.String color)
Updates attribute color 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 |
setIndex(java.lang.String index)
Updates attribute index to the given value. |
void |
setLabel(java.lang.String label)
Updates attribute label to the given value. |
void |
setOpen(boolean open)
Updates attribute open to the given value. |
void |
setTooltip(java.lang.String tooltip)
Updates attribute tooltip 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. |
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 LyMobileRow(LyRow row)
Method Detail |
---|
public void writeXml(java.io.PrintWriter pw)
LyMobileComponent
writeXml
in interface LyMobileComponent
writeXml
in class LyMobileTableObject
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
init
in class LyMobileTableObject
public void setOpen(boolean open)
LyGraphicalRow
setOpen
in interface LyGraphicalRow
open
- Boolean indicating if attribute open is set or unset.public void setImage(java.lang.String image)
LyGraphicalRow
setImage
in interface LyGraphicalRow
setImage
in interface LySetImageInterface
image
- New value of image.public void setLabel(java.lang.String label)
LyGraphicalRow
setLabel
in interface LyGraphicalRow
setLabel
in interface LySetLabelInterface
label
- New value of label.public void setIndex(java.lang.String index)
LyGraphicalRow
setIndex
in interface LyGraphicalRow
index
- New value of index.public void setTooltip(java.lang.String tooltip)
LyGraphicalRow
setTooltip
in interface LyGraphicalRow
tooltip
- New value of tooltip.public void setHidden(boolean hidden)
LyGraphicalRow
setHidden
in interface LyGraphicalRow
setHidden
in interface LySetHiddenInterface
hidden
- Boolean indicating if attribute hidden is set or unset.public void setBorderHeight(int borderHeight)
LyGraphicalRow
setBorderHeight
in interface LyGraphicalRow
borderHeight
- New value of borderHeight.public void setBorderColor(java.lang.String borderColor)
LyGraphicalRow
setBorderColor
in interface LyGraphicalRow
borderColor
- New value of borderColor.public void addComponent(LyComponent components, int pos)
LyGraphicalRow
addComponent
in interface LyGraphicalRow
components
- The components to add to components list.pos
- Position where the sub-component is inserted.public void removeComponent(LyComponent components)
LyGraphicalRow
removeComponent
in interface LyGraphicalRow
components
- The components to remove to components list.public int writeXml(java.io.PrintWriter pw, int nb)
writeXml
in class LyMobileTableObject
public void setColor(java.lang.String color)
LyGraphicalRow
setColor
in interface LyGraphicalRow
setColor
in interface LySetColorInterface
color
- New value of color.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |