|
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.web.LyWebObject
leon.view.web.jquery.component.LyJQInternalView
leon.view.web.jquery.component.cell.LyJQCell
public class LyJQCell
LyCell internal view
Field Summary |
---|
Fields inherited from class leon.view.web.LyWebObject |
---|
__VERSION, WEB_COMPONENT_ID, WEB_CONTROLLER_ID, WEB_SESSION_ID |
Fields inherited from interface leon.view.graphic.LyGraphicalCell |
---|
__VERSION |
Constructor Summary | |
---|---|
LyJQCell(LyCell cell)
|
Method Summary | |
---|---|
void |
addCell(LyCell cells,
int pos)
Inserts a sub-component cells at given position. |
java.lang.String |
getAlign(int columnIndex)
Gets the cell alignment. |
java.lang.String |
getImageCellUrl(java.lang.String image)
get image cell url |
LyTable |
getParentTable()
|
java.lang.String |
getReloadScript()
this method is to be implemented by internal views to get the reload script for the page element |
java.util.List<LyCell> |
getSubCellList(LyCell cell)
get sub cells list |
void |
reloadTable()
reload table |
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 |
writeHtml(LyWebPageWriter pw)
Write HTML description corresponding to this component. |
Methods inherited from class leon.view.web.jquery.component.LyJQInternalView |
---|
getConvertedHTML, getEncoding, getId, getJavascriptStrId, getJSWithoutTranslateString, getTreatedInternalId, isIE, setProperty |
Methods inherited from class leon.view.web.LyWebObject |
---|
addFileScript, decodeUrl, displayUpPage, encodeUrl, encodeUrlXhtml, expandUrl, free, getDisabledImageUrl, getFontSize, getFontString, getFontString, getFontString, getHexColor, getHexColor, getHtmlEntitiesString, getHtmlString, getImageSize, getImageSize, getImageUrl, getJavascriptString, getLastFrameName, getLyFont, getMessage, getRootUrl, getRootURL, getScrollHeightForSplitter, getUrl, getWebViewManager, refresh, replaceUrl, replaceUrl, setUpdating, updateRefreshInfo, writeJson |
Methods inherited from class leon.view.graphic.LyGraphicalObject |
---|
expand, getBounds, getChildrenBounds, getController, getEnv, getEnvironment, getIdCode, getIntResource, 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 LyJQCell(LyCell cell)
Method Detail |
---|
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 LyTable getParentTable()
public java.lang.String getAlign(int columnIndex)
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 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 setColor(java.lang.String color)
LyGraphicalCell
setColor
in interface LyGraphicalCell
setColor
in interface LySetColorInterface
color
- New value of color.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 java.util.List<LyCell> getSubCellList(LyCell cell)
public void writeHtml(LyWebPageWriter pw)
LyWebComponent
writeHtml
in interface LyWebComponent
pw
- the page writerpublic java.lang.String getReloadScript()
LyJQInternalView
getReloadScript
in class LyJQInternalView
public java.lang.String getImageCellUrl(java.lang.String image)
public void reloadTable()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |