|
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 LyGraphicalDay
The LyGraphicalDay interface represents the abstract graphical component for the day of views.dtd regardless of the target (swing, swt, dhtml...).
LyDay
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
setColor(java.lang.String color)
Updates attribute color to the given value. |
void |
setDayOfWeek(LyDay.DayOfWeek dayOfWeek)
Updates attribute dayOfWeek to the given value. |
void |
setType(LyDay.Type type)
Updates attribute type to the given value. |
void |
setValue(java.lang.String value)
Updates attribute value 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 setType(LyDay.Type type)
type
- New value of type.void setDayOfWeek(LyDay.DayOfWeek dayOfWeek)
dayOfWeek
- New value of dayOfWeek.void setValue(java.lang.String value)
setValue
in interface LySetValueInterface
value
- New value of value.void setColor(java.lang.String color)
setColor
in interface LySetColorInterface
color
- New value of color.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |