Uses of Class
org.teamapps.dto.UiCalendarEventClientRecord
-
Uses of UiCalendarEventClientRecord in org.teamapps.dto
Fields in org.teamapps.dto declared as UiCalendarEventClientRecordModifier and TypeFieldDescriptionprotected UiCalendarEventClientRecordUiCalendar.AddEventCommand.theEventFields in org.teamapps.dto with type parameters of type UiCalendarEventClientRecordModifier and TypeFieldDescriptionprotected List<UiCalendarEventClientRecord> UiCalendar.SetCalendarDataCommand.eventsprotected List<UiCalendarEventClientRecord> UiCalendar.initialDataMethods in org.teamapps.dto that return UiCalendarEventClientRecordModifier and TypeMethodDescriptionUiCalendar.AddEventCommand.getTheEvent()UiCalendarEventClientRecord.setAllDay(boolean allDay) UiCalendarEventClientRecord.setAllowDragOperations(boolean allowDragOperations) UiCalendarEventClientRecord.setAsString(String asString) UiCalendarEventClientRecord.setBackgroundColor(String backgroundColor) UiCalendarEventClientRecord.setBorderColor(String borderColor) UiCalendarEventClientRecord.setDayGridTemplateId(String dayGridTemplateId) UiCalendarEventClientRecord.setEnd(long end) UiCalendarEventClientRecord.setId(int id) UiCalendarEventClientRecord.setMonthGridTemplateId(String monthGridTemplateId) UiCalendarEventClientRecord.setRendering(UiCalendarEventRenderingStyle rendering) UiCalendarEventClientRecord.setStart(long start) UiCalendarEventClientRecord.setTimeGridTemplateId(String timeGridTemplateId) Methods in org.teamapps.dto that return types with arguments of type UiCalendarEventClientRecordModifier and TypeMethodDescriptionUiCalendar.SetCalendarDataCommand.getEvents()UiCalendar.getInitialData()Method parameters in org.teamapps.dto with type arguments of type UiCalendarEventClientRecordModifier and TypeMethodDescriptionUiCalendar.setInitialData(List<UiCalendarEventClientRecord> initialData) Constructors in org.teamapps.dto with parameters of type UiCalendarEventClientRecordModifierConstructorDescriptionAddEventCommand(String componentId, UiCalendarEventClientRecord theEvent) Constructor parameters in org.teamapps.dto with type arguments of type UiCalendarEventClientRecordModifierConstructorDescriptionSetCalendarDataCommand(String componentId, List<UiCalendarEventClientRecord> events)