|
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 LyGraphicalInterval
The LyGraphicalInterval interface represents the abstract graphical component for the interval of views.dtd regardless of the target (swing, swt, dhtml...).
LyInterval
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addPeriod(LyPeriod periods,
int pos)
Inserts a sub-component periods at given position. |
void |
removePeriod(LyPeriod periods)
Removes a sub-component periods. |
void |
setBeginDate(java.lang.String beginDate)
Updates attribute beginDate to the given value. |
void |
setCenterLabel(java.lang.String centerLabel)
Updates attribute centerLabel to the given value. |
void |
setColor(java.lang.String color)
Updates attribute color to the given value. |
void |
setDependencies(java.lang.String dependencies)
Updates attribute dependencies to the given value. |
void |
setDrawVerticalLines(boolean drawVerticalLines)
Updates attribute drawVerticalLines to the given value. |
void |
setEndDate(java.lang.String endDate)
Updates attribute endDate to the given value. |
void |
setFont(java.lang.String font)
Updates attribute font to the given value. |
void |
setLabel(java.lang.String label)
Updates attribute label to the given value. |
void |
setLeftResizable(boolean leftResizable)
Updates attribute leftResizable to the given value. |
void |
setMovable(boolean movable)
Updates attribute movable to the given value. |
void |
setRightResizable(boolean rightResizable)
Updates attribute rightResizable to the given value. |
void |
setTooltip(java.lang.String tooltip)
Updates attribute tooltip to the given value. |
void |
setVerticalLinesColor(java.lang.String verticalLinesColor)
Updates attribute verticalLinesColor 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 setCenterLabel(java.lang.String centerLabel)
centerLabel
- New value of centerLabel.void setTooltip(java.lang.String tooltip)
tooltip
- New value of tooltip.void setFont(java.lang.String font)
setFont
in interface LySetFontInterface
font
- New value of font.void setColor(java.lang.String color)
setColor
in interface LySetColorInterface
color
- New value of color.void setBeginDate(java.lang.String beginDate)
beginDate
- New value of beginDate.void setEndDate(java.lang.String endDate)
endDate
- New value of endDate.void setLeftResizable(boolean leftResizable)
leftResizable
- Boolean indicating if attribute leftResizable is set or unset.void setRightResizable(boolean rightResizable)
rightResizable
- Boolean indicating if attribute rightResizable is set or unset.void setMovable(boolean movable)
movable
- Boolean indicating if attribute movable is set or unset.void setDrawVerticalLines(boolean drawVerticalLines)
drawVerticalLines
- Boolean indicating if attribute drawVerticalLines is set or unset.void setVerticalLinesColor(java.lang.String verticalLinesColor)
verticalLinesColor
- New value of verticalLinesColor.void setDependencies(java.lang.String dependencies)
dependencies
- New value of dependencies.void addPeriod(LyPeriod periods, int pos)
periods
- The periods to add to periods list.pos
- Position where the sub-component is inserted.void removePeriod(LyPeriod periods)
periods
- The periods to remove to periods list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |