Class ScheduleItem
java.lang.Object
org.eclnt.ccaddons.pbc.util.schedule.ScheduleItem
- All Implemented Interfaces:
Serializable
,Comparable<ScheduleItem>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
The comment is used e.g. as tooltip.getData()
Several schedule items can belong to one group.long
long
getText()
boolean
getUuid()
Vertical alignment of text in schedule item.void
void
setBackground
(String background) void
setBgpaint
(String bgpaint) void
setComment
(String comment) void
Any data can be associated with the item.void
setForeground
(String foreground) void
setGroupId
(String groupId) void
void
setScheduleLeft
(long scheduleLeft) void
setScheduleObjectId
(String scheduleObjectId) void
setScheduleWidth
(long scheduleWidth) void
void
setTextWithLineWrap
(boolean textWithLineWrap) void
-
Constructor Details
-
ScheduleItem
public ScheduleItem()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ScheduleItem>
-
getUuid
-
putData
-
getScheduleObjectId
-
setScheduleObjectId
-
getItemId
-
setItemId
-
getText
-
setText
-
setData
Any data can be associated with the item. -
getData
-
getScheduleLeft
public long getScheduleLeft() -
setScheduleLeft
public void setScheduleLeft(long scheduleLeft) -
getScheduleWidth
public long getScheduleWidth() -
setScheduleWidth
public void setScheduleWidth(long scheduleWidth) -
getBackground
-
setBackground
-
getForeground
-
setForeground
-
getBgpaint
-
setBgpaint
-
getTextWithLineWrap
public boolean getTextWithLineWrap() -
setTextWithLineWrap
public void setTextWithLineWrap(boolean textWithLineWrap) -
getValign
Vertical alignment of text in schedule item. -
setValign
-
getComment
The comment is used e.g. as tooltip. -
setComment
-
getGroupId
Several schedule items can belong to one group. Grouped items are rendered in the same line if possible... Grouped items must not overlap! -
setGroupId
-