Class DaysOfWeekDatatype
java.lang.Object
io.jmix.fullcalendarflowui.datatype.DaysOfWeekDatatype
- All Implemented Interfaces:
- Datatype<DaysOfWeek>
The datatype that enables containing days of week in one field.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionConverts value to String.Converts value to String taking into account local formats.Parses value from StringParses value from String taking into account local formatsvoidsetMessages(Messages messages) sortDaysOfWeek(Collection<DayOfWeek> value, Locale locale) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.core.metamodel.datatype.DatatypegetId, getJavaClass
- 
Field Details- 
messages
 
- 
- 
Constructor Details- 
DaysOfWeekDatatypepublic DaysOfWeekDatatype()
 
- 
- 
Method Details- 
setMessages
- 
formatDescription copied from interface:DatatypeConverts value to String. Returns an empty string for null value.- Specified by:
- formatin interface- Datatype<DaysOfWeek>
 
- 
formatDescription copied from interface:DatatypeConverts value to String taking into account local formats. Returns an empty string for null value.- Specified by:
- formatin interface- Datatype<DaysOfWeek>
 
- 
parseDescription copied from interface:DatatypeParses value from String- Specified by:
- parsein interface- Datatype<DaysOfWeek>
- Throws:
- ParseException
 
- 
parseDescription copied from interface:DatatypeParses value from String taking into account local formats- Specified by:
- parsein interface- Datatype<DaysOfWeek>
- Throws:
- ParseException
 
- 
sortDaysOfWeek
 
-