|
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 LyGraphicalTitleBar
The LyGraphicalTitleBar interface represents the abstract graphical component for the titleBar of views.dtd regardless of the target (swing, swt, dhtml...).
LyTitleBar
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
setCenterLabel(java.lang.String centerLabel)
Updates attribute centerLabel to the given value. |
void |
setImage(java.lang.String image)
Updates attribute image to the given value. |
void |
setImageToolTip(java.lang.String imageToolTip)
Updates attribute imageToolTip to the given value. |
void |
setLeftLabel(java.lang.String leftLabel)
Updates attribute leftLabel to the given value. |
void |
setRightImage(java.lang.String rightImage)
Updates attribute rightImage to the given value. |
void |
setRightImageToolTip(java.lang.String rightImageToolTip)
Updates attribute rightImageToolTip to the given value. |
void |
setRightLabel(java.lang.String rightLabel)
Updates attribute rightLabel 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 setImage(java.lang.String image)
setImage
in interface LySetImageInterface
image
- New value of image.void setImageToolTip(java.lang.String imageToolTip)
imageToolTip
- New value of imageToolTip.void setRightImage(java.lang.String rightImage)
rightImage
- New value of rightImage.void setRightImageToolTip(java.lang.String rightImageToolTip)
rightImageToolTip
- New value of rightImageToolTip.void setLeftLabel(java.lang.String leftLabel)
leftLabel
- New value of leftLabel.void setCenterLabel(java.lang.String centerLabel)
centerLabel
- New value of centerLabel.void setRightLabel(java.lang.String rightLabel)
rightLabel
- New value of rightLabel.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |