LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalCell

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LySetColorInterface, LySetEditableInterface, LySetImageInterface, LySetLabelInterface, LySetSelectedInterface, LyViewComponent
All Known Implementing Classes:
LyJQCell, LyMobileCell, LyStrutsCell, LySwingCell

public interface LyGraphicalCell
extends LyGraphicalComponent, LySetLabelInterface, LySetEditableInterface, LySetSelectedInterface, LySetImageInterface, LySetColorInterface

The LyGraphicalCell interface represents the abstract graphical component for the cell of views.dtd regardless of the target (swing, swt, dhtml...).

See Also:
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

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

setLabel

void setLabel(java.lang.String label)
Updates attribute label to the given value.

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

setObjectId

void setObjectId(java.lang.String objectId)
Updates attribute objectId to the given value.

Parameters:
objectId - New value of objectId.

setEditable

void setEditable(boolean editable)
Updates attribute editable to the given value.

Specified by:
setEditable in interface LySetEditableInterface
Parameters:
editable - Boolean indicating if attribute editable is set or unset.

setSelected

void setSelected(boolean selected)
Updates attribute selected to the given value.

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

setImage

void setImage(java.lang.String image)
Updates attribute image to the given value.

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

setTooltip

void setTooltip(java.lang.String tooltip)
Updates attribute tooltip to the given value.

Parameters:
tooltip - New value of tooltip.

setTopBorderColor

void setTopBorderColor(java.lang.String topBorderColor)
Updates attribute topBorderColor to the given value.

Parameters:
topBorderColor - New value of topBorderColor.

setBottomBorderColor

void setBottomBorderColor(java.lang.String bottomBorderColor)
Updates attribute bottomBorderColor to the given value.

Parameters:
bottomBorderColor - New value of bottomBorderColor.

setLeftBorderColor

void setLeftBorderColor(java.lang.String leftBorderColor)
Updates attribute leftBorderColor to the given value.

Parameters:
leftBorderColor - New value of leftBorderColor.

setRightBorderColor

void setRightBorderColor(java.lang.String rightBorderColor)
Updates attribute rightBorderColor to the given value.

Parameters:
rightBorderColor - New value of rightBorderColor.

setTopLeftImage

void setTopLeftImage(java.lang.String topLeftImage)
Updates attribute topLeftImage to the given value.

Parameters:
topLeftImage - New value of topLeftImage.

setTopRightImage

void setTopRightImage(java.lang.String topRightImage)
Updates attribute topRightImage to the given value.

Parameters:
topRightImage - New value of topRightImage.

setBottomLeftImage

void setBottomLeftImage(java.lang.String bottomLeftImage)
Updates attribute bottomLeftImage to the given value.

Parameters:
bottomLeftImage - New value of bottomLeftImage.

setBottomRightImage

void setBottomRightImage(java.lang.String bottomRightImage)
Updates attribute bottomRightImage to the given value.

Parameters:
bottomRightImage - New value of bottomRightImage.

setColor

void setColor(java.lang.String color)
Updates attribute color to the given value.

Specified by:
setColor in interface LySetColorInterface
Parameters:
color - New value of color.

addCell

void addCell(LyCell cells,
             int pos)
Inserts a sub-component cells at given position.

Parameters:
cells - The cells to add to cells list.
pos - Position where the sub-component is inserted.

removeCell

void removeCell(LyCell cells)
Removes a sub-component cells.

Parameters:
cells - The cells to remove to cells list.

(c) January 2013 - W4 S.A.

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