|
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 |
public interface LyGraphicalCell
The LyGraphicalCell interface represents the abstract graphical component for the cell of views.dtd regardless of the target (swing, swt, dhtml...).
LyCell
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addCell(LyCell cells,
int pos)
Inserts a sub-component cells at given position. |
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. |
Methods inherited from interface leon.view.graphic.LyGraphicalComponent |
---|
free, getViewComponent |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setLabel(java.lang.String label)
setLabel
in interface LySetLabelInterface
label
- New value of label.void setObjectId(java.lang.String objectId)
objectId
- New value of objectId.void setEditable(boolean editable)
setEditable
in interface LySetEditableInterface
editable
- Boolean indicating if attribute editable is set or unset.void setSelected(boolean selected)
setSelected
in interface LySetSelectedInterface
selected
- Boolean indicating if attribute selected is set or unset.void setImage(java.lang.String image)
setImage
in interface LySetImageInterface
image
- New value of image.void setTooltip(java.lang.String tooltip)
tooltip
- New value of tooltip.void setTopBorderColor(java.lang.String topBorderColor)
topBorderColor
- New value of topBorderColor.void setBottomBorderColor(java.lang.String bottomBorderColor)
bottomBorderColor
- New value of bottomBorderColor.void setLeftBorderColor(java.lang.String leftBorderColor)
leftBorderColor
- New value of leftBorderColor.void setRightBorderColor(java.lang.String rightBorderColor)
rightBorderColor
- New value of rightBorderColor.void setTopLeftImage(java.lang.String topLeftImage)
topLeftImage
- New value of topLeftImage.void setTopRightImage(java.lang.String topRightImage)
topRightImage
- New value of topRightImage.void setBottomLeftImage(java.lang.String bottomLeftImage)
bottomLeftImage
- New value of bottomLeftImage.void setBottomRightImage(java.lang.String bottomRightImage)
bottomRightImage
- New value of bottomRightImage.void setColor(java.lang.String color)
setColor
in interface LySetColorInterface
color
- New value of color.void addCell(LyCell cells, int pos)
cells
- The cells to add to cells list.pos
- Position where the sub-component is inserted.void removeCell(LyCell cells)
cells
- The cells to remove to cells list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |