|
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 |
java.lang.Objectleon.view.web.jquery.component.gantt.LyJQGantt._LySpecialDay
public static class LyJQGantt._LySpecialDay
Internal class representing a special day for the planning.
Field Summary | |
---|---|
static short |
TYPE_DAY
The type day. |
static short |
TYPE_DAY_OF_WEEK
The type day of week. |
static short |
TYPE_DAY_OF_YEAR
The type day of year. |
Constructor Summary | |
---|---|
LyJQGantt._LySpecialDay(short type,
java.util.Calendar calendar,
java.lang.String color)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getColor()
Gets the color of this day. |
boolean |
matchDate(java.util.Calendar calendar)
Indicates if the special day corresponds to the date of given calendar. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short TYPE_DAY_OF_WEEK
public static final short TYPE_DAY_OF_YEAR
public static final short TYPE_DAY
Constructor Detail |
---|
public LyJQGantt._LySpecialDay(short type, java.util.Calendar calendar, java.lang.String color)
type
- the type of the special daycalendar
- the calendar of the special daycolor
- the color of the special dayMethod Detail |
---|
public boolean matchDate(java.util.Calendar calendar)
calendar
- the given calendar
public java.lang.String getColor()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |