public class UICalendarEvent extends UIEvent
Constructor and Description |
---|
UICalendarEvent(UICalendar component,
String eventTypeFullName,
Date from,
Date to,
Variant<?> businessDataWrapper,
Boolean allDay)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,?> |
getEventProperties(UIComponent component)
Returns initial properties.
|
getEvent, getEventType, getLspsComponent, toString
public UICalendarEvent(UICalendar component, String eventTypeFullName, Date from, Date to, Variant<?> businessDataWrapper, Boolean allDay)
component
- the owner calendar, not null.eventTypeFullName
- not null.from
- from, may be null.to
- tobusinessDataWrapper
- business data, not nullallDay
- all dayprotected Map<String,?> getEventProperties(UIComponent component)
UIEvent
getEventProperties
in class UIEvent
component
- the execution context of the listener, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.