|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHTML
com.vaadin.client.ui.calendar.schedule.MonthEventLabel
public class MonthEventLabel
The label in a month cell
| Constructor Summary | |
|---|---|
MonthEventLabel()
Default constructor |
|
| Method Summary | |
|---|---|
CalendarEvent |
getCalendarEvent()
|
java.lang.Object |
getTooltipKey()
Gets the key associated for the Widget implementing this interface. |
boolean |
isTimeSpecificEvent()
Is the event bound to a specific time |
void |
setCalendar(VCalendar calendar)
Set the Calendar instance this label belongs to |
void |
setCalendarEvent(CalendarEvent e)
|
void |
setCaption(java.lang.String caption)
Set the caption of the event label |
void |
setEventIndex(int index)
Set the (server side) index of the event |
void |
setHTML(java.lang.String html)
|
void |
setTime(java.util.Date date)
Set the time of the event label |
void |
setTimeSpecificEvent(boolean timeSpecificEvent)
Is the event bound to a specific time |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonthEventLabel()
| Method Detail |
|---|
public void setCalendarEvent(CalendarEvent e)
public void setTime(java.util.Date date)
date - The date object that specifies the timepublic void setCaption(java.lang.String caption)
caption - The caption string, can be HTMLpublic void setEventIndex(int index)
index - The integer indexpublic void setCalendar(VCalendar calendar)
calendar - The calendar instancepublic boolean isTimeSpecificEvent()
public void setTimeSpecificEvent(boolean timeSpecificEvent)
timeSpecificEvent - True if the event is bound to a time, false if it is only
bound to the daypublic void setHTML(java.lang.String html)
public java.lang.Object getTooltipKey()
HasTooltipKey
getTooltipKey in interface HasTooltipKeypublic CalendarEvent getCalendarEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||