LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalInterval

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LySetColorInterface, LySetFontInterface, LySetLabelInterface, LyViewComponent
All Known Implementing Classes:
LyJQInterval, LyStrutsInterval, LySwingInterval

public interface LyGraphicalInterval
extends LyGraphicalComponent, LySetLabelInterface, LySetFontInterface, LySetColorInterface

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

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

__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.

setCenterLabel

void setCenterLabel(java.lang.String centerLabel)
Updates attribute centerLabel to the given value.

Parameters:
centerLabel - New value of centerLabel.

setTooltip

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

Parameters:
tooltip - New value of tooltip.

setFont

void setFont(java.lang.String font)
Updates attribute font to the given value.

Specified by:
setFont in interface LySetFontInterface
Parameters:
font - New value of font.

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.

setBeginDate

void setBeginDate(java.lang.String beginDate)
Updates attribute beginDate to the given value.

Parameters:
beginDate - New value of beginDate.

setEndDate

void setEndDate(java.lang.String endDate)
Updates attribute endDate to the given value.

Parameters:
endDate - New value of endDate.

setLeftResizable

void setLeftResizable(boolean leftResizable)
Updates attribute leftResizable to the given value.

Parameters:
leftResizable - Boolean indicating if attribute leftResizable is set or unset.

setRightResizable

void setRightResizable(boolean rightResizable)
Updates attribute rightResizable to the given value.

Parameters:
rightResizable - Boolean indicating if attribute rightResizable is set or unset.

setMovable

void setMovable(boolean movable)
Updates attribute movable to the given value.

Parameters:
movable - Boolean indicating if attribute movable is set or unset.

setDrawVerticalLines

void setDrawVerticalLines(boolean drawVerticalLines)
Updates attribute drawVerticalLines to the given value.

Parameters:
drawVerticalLines - Boolean indicating if attribute drawVerticalLines is set or unset.

setVerticalLinesColor

void setVerticalLinesColor(java.lang.String verticalLinesColor)
Updates attribute verticalLinesColor to the given value.

Parameters:
verticalLinesColor - New value of verticalLinesColor.

setDependencies

void setDependencies(java.lang.String dependencies)
Updates attribute dependencies to the given value.

Parameters:
dependencies - New value of dependencies.

addPeriod

void addPeriod(LyPeriod periods,
               int pos)
Inserts a sub-component periods at given position.

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

removePeriod

void removePeriod(LyPeriod periods)
Removes a sub-component periods.

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

(c) January 2013 - W4 S.A.

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