Class DomDayCellClassNames
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.dom.DomDayCellClassNames
- All Implemented Interfaces:
Serializable
INTERNAL.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()getDow()getView()booleanbooleanisFuture()booleanisOther()booleanisPast()booleanisToday()voidvoidvoidsetIsDisabled(boolean disabled) voidsetIsFuture(boolean future) voidsetIsOther(boolean other) voidsetIsPast(boolean past) voidsetIsToday(boolean today) voidsetView(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
-
DomDayCellClassNames
public DomDayCellClassNames()
-
-
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
-