Class DayClickedEventData
java.lang.Object
org.teamapps.ux.component.calendar.DayClickedEventData
public class DayClickedEventData
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DayClickedEventData(java.time.ZoneId zoneId, java.time.Instant dayStart, boolean isDoubleClick) -
Method Summary
Modifier and Type Method Description java.time.LocalDategetDayAsLocalDate()java.time.InstantgetDayStart()booleanisDoubleClick()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DayClickedEventData
public DayClickedEventData(java.time.ZoneId zoneId, java.time.Instant dayStart, boolean isDoubleClick)
-
-
Method Details
-
getDayStart
public java.time.Instant getDayStart() -
getDayAsLocalDate
public java.time.LocalDate getDayAsLocalDate()- Returns:
- the LocalDate representation of the clicked day.
-
isDoubleClick
public boolean isDoubleClick()
-