Class DomDayCellBottomText
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.dom.DomDayCellBottomText
- All Implemented Interfaces:
- Serializable
INTERNAL.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
- 
isDisabledprotected boolean isDisabled
- 
isFutureprotected boolean isFuture
- 
isOtherprotected boolean isOther
- 
isPastprotected boolean isPast
- 
isTodayprotected boolean isToday
- 
view
 
- 
- 
Constructor Details- 
DomDayCellBottomTextpublic DomDayCellBottomText()
 
- 
- 
Method Details- 
getDate
- 
setDate
- 
getDow
- 
setDow
- 
isDisabledpublic boolean isDisabled()
- 
setIsDisabledpublic void setIsDisabled(boolean disabled) 
- 
isFuturepublic boolean isFuture()
- 
setIsFuturepublic void setIsFuture(boolean future) 
- 
isOtherpublic boolean isOther()
- 
setIsOtherpublic void setIsOther(boolean other) 
- 
isPastpublic boolean isPast()
- 
setIsPastpublic void setIsPast(boolean past) 
- 
isTodaypublic boolean isToday()
- 
setIsTodaypublic void setIsToday(boolean today) 
- 
getView
- 
setView
 
-