|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.Action
com.vaadin.client.ui.calendar.VCalendarAction
public class VCalendarAction
Action performed by the calendar
| Field Summary |
|---|
| Fields inherited from class com.vaadin.client.ui.Action |
|---|
caption, iconUrl, owner |
| Constructor Summary | |
|---|---|
VCalendarAction(CalendarConnector owner)
|
|
VCalendarAction(CalendarConnector owner,
com.vaadin.shared.ui.calendar.CalendarServerRpc rpc,
java.lang.String key)
Constructor |
|
| Method Summary | |
|---|---|
void |
execute()
Executed when action fired |
java.util.Date |
getActionEndDate()
Get the date and time when the action ends |
java.util.Date |
getActionStartDate()
Get the date and time when the action starts |
CalendarEvent |
getEvent()
|
void |
setActionEndDate(java.util.Date actionEndDate)
Set the date and time when the action ends |
void |
setActionStartDate(java.util.Date actionStartDate)
Set the date when the actions start |
void |
setEvent(CalendarEvent event)
|
| Methods inherited from class com.vaadin.client.ui.Action |
|---|
getCaption, getHTML, getIconUrl, setCaption, setIconUrl, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VCalendarAction(CalendarConnector owner)
owner -
public VCalendarAction(CalendarConnector owner,
com.vaadin.shared.ui.calendar.CalendarServerRpc rpc,
java.lang.String key)
owner - The owner who trigger this kinds of eventsrpc - The CalendarRpc which is used for executing actionskey - The unique action key which identifies this particular action| Method Detail |
|---|
public void execute()
Action
execute in class Actionpublic java.util.Date getActionStartDate()
public void setActionStartDate(java.util.Date actionStartDate)
actionStartDate - The date and time when the action startspublic java.util.Date getActionEndDate()
public void setActionEndDate(java.util.Date actionEndDate)
actionEndDate - The date and time when the action endspublic CalendarEvent getEvent()
public void setEvent(CalendarEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||