Uses of Class
com.jbstrap.ui.components.calendar.Schedule
-
Uses of Schedule in com.jbstrap.core.event
Modifier and TypeMethodDescriptionCalendarMoveScheduleEvent.getSchedule()
Gets the instance of the moved ScheduleCalendarScheduleClickEvent.getSchedule()
Gets the instance of the clicked Schedule -
Uses of Schedule in com.jbstrap.ui.components.calendar
Modifier and TypeMethodDescriptionSchedule.addAttendee
(String attendee) Adds an attendee to the scheduled eventSchedule.addAttendees
(String... attendees) Adds multiple attendees to the scheduled eventCalendar.getSchedule
(String scheduleId) Gets the specified scheduled eventSchedule.removeAllAttendees()
Removes every attendee from the scheduled eventSchedule.removeAttendee
(String attendee) Removes an attendee from the scheduled eventSets the body (description) of the scheduled eventprotected Schedule
Schedule.setCalendar
(com.jbstrap.ui.components.calendar.CalendarElement calendar) Sets the scheduled event's calendarSchedule.setComingDuration
(Long duration) Sets the coming duration (the amount of times it takes to come back from the event)Schedule.setEndDate
(Date endDate) Sets the end date of the scheduled eventSchedule.setGoingDuration
(Long duration) Sets the going duration (the amount of times it takes to go to the event)Sets the unique ID of the scheduled eventSchedule.setLocation
(String location) Sets the location of the scheduled eventSchedule.setPending
(boolean pending) Sets the scheduled event as pending.Schedule.setPrivate
(boolean privateFlag) Sets the scheduled event as private.Schedule.setReadOnly
(boolean readOnly) Sets the scheduled event as read-only.protected Schedule
Sets the Scheduled Event's database recordSchedule.setStartDate
(Date startDate) Sets the start date of the scheduled eventSets the title of the scheduled eventSchedule.setType
(ScheduleType type) Sets the type of the scheduled eventSchedule.setVisible
(boolean visible) Sets if the scheduled event is visible.Modifier and TypeMethodDescriptionCalendar.addSchedule
(String calendarName, Schedule schedule) Adds a new scheduled event to the calendarboolean
BeforeMoveEvent.beforeSaveMovedSchedule
(Schedule originalSchedule, Date newStartDate, Date newEndDate) The method is called, when in aCalendar
component, the user moves a schedule object, and the component wants to save to the database.void
ScheduleFromRecordSettings.setScheduleFromRecord
(Schedule schedule, Record record) The schedule creator method.