Class DomDayHeaderClassNames
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.dom.DomDayHeaderClassNames
- All Implemented Interfaces:
Serializable
INTERNAL.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
getDow()
getView()
boolean
boolean
isFuture()
boolean
isOther()
boolean
isPast()
boolean
isToday()
void
void
void
setIsDisabled
(boolean disabled) void
setIsFuture
(boolean future) void
setIsOther
(boolean other) void
setIsPast
(boolean past) void
setIsToday
(boolean today) void
setView
(DomViewInfo view)
-
Field Details
-
date
-
dow
-
isDisabled
protected boolean isDisabled -
isFuture
protected boolean isFuture -
isOther
protected boolean isOther -
isPast
protected boolean isPast -
isToday
protected boolean isToday -
view
-
-
Constructor Details
-
DomDayHeaderClassNames
public DomDayHeaderClassNames()
-
-
Method Details
-
getDate
-
setDate
-
getDow
-
setDow
-
isDisabled
public boolean isDisabled() -
setIsDisabled
public void setIsDisabled(boolean disabled) -
isFuture
public boolean isFuture() -
setIsFuture
public void setIsFuture(boolean future) -
isOther
public boolean isOther() -
setIsOther
public void setIsOther(boolean other) -
isPast
public boolean isPast() -
setIsPast
public void setIsPast(boolean past) -
isToday
public boolean isToday() -
setIsToday
public void setIsToday(boolean today) -
getView
-
setView
-