Uses of Class
com.jbstrap.ui.components.calendar.Calendar
Packages that use Calendar
-
Uses of Calendar in com.jbstrap.ui.components.calendar
Methods in com.jbstrap.ui.components.calendar that return CalendarModifier and TypeMethodDescriptionCalendar.addCalendar
(String name, String title, String fontColor, String backgroundColor, String borderColor) Adds a new calendar to the calendar componentfinal Calendar
Calendar.addClickHandler
(CalendarClickHandler handler) Adds the specified click event handler to the componentCalendar.addComponent
(Component component) No additional component can be added to the Calendar component.final Calendar
Calendar.addDoubleClickHandler
(CalendarDoubleClickHandler handler) Adds the specified double-click event handler to the componentAdds a record to the component.Calendar.addSchedule
(String calendarName, Schedule schedule) Adds a new scheduled event to the calendarfinal Calendar
Calendar.addScheduleClickHandler
(CalendarScheduleClickHandler handler) Adds the specified scheduled event click handler to the componentfinal Calendar
Calendar.addViewChangeHandler
(CalendarViewChangeEventHandler handler) Adds the specified calendar view change event handler to the component.Calendar.clear()
Clears every scheduled event from the calendarCalendar.fetchData()
Fetches date from the DataDescriptorGoes to (and displays) the specified date in the calendar.Calendar.next()
Goes forward one step in the calendar.Calendar.prev()
Goes back one step in the calendar.Calendar.removeCalendar
(String name) Removes the specified calendar from the componentCalendar.setAllDayEventVisible
(boolean visible) Sets if all day scheduled events are shown on the component or not.Calendar.setAttendeesColumnName
(String columnName) Sets the name of the DS column, that contains the attendees.Calendar.setAutoFetchData
(boolean autoFetc) Sets if the component fetches the calendar data automatically from the database when the component is displayed.Calendar.setAutoPendingEvents
(boolean autoPending) Sets if scheduled events should be marked automatically as pending, depending on their start and end dates.Calendar.setBodyColumnName
(String columnName) Sets the name of the DS column, that contains the body (description) of the calendar.Calendar.setCalendarColumnName
(String columnName) Sets the name of the DS column, that contains the name of the calendar.Calendar.setCalendarVisibility
(String calendarName, boolean visible) Sets the calendar visibiliy.Calendar.setChangeViewButtonVisible
(boolean visible) Sets if the view changing button is visible in the header.Calendar.setComingDurationColumnName
(String columnName) Sets the name of the DS column, that contains the time it takes to get back from the event.Calendar.setCustomFetch
(FetchEvent fetchEvent) Sets a custom query.Calendar.setDailyViewEnabled
(boolean enabled) Sets if the daily view mode is selecatble for the user.Calendar.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the DataDescriptor, used by the calendar componentCalendar.setDateRangeVisible
(boolean visible) Sets if the date range is visible on the component header.Calendar.setDefaultFilterCriteria
(Criteria criteria) Sets the default filter criteria, used by the componentCalendar.setEndDateColumnName
(String columnName) Sets the name of the DS column, that contains the scheduled event end date of the calendar.Calendar.setEventTypeColumnName
(String columnName) Sets the name of the DS column, that contains the type of the event.Calendar.setFilterCriteria
(Criteria criteria) Sets the filter criteria, used when getting dataCalendar.setGoingDurationColumnName
(String columnName) Sets the name of the DS column, that contains the time it takes to get to the event.Calendar.setHeaderVisible
(boolean headerVisible) Sets the visibility of the calendar header.Calendar.setLocationColumnName
(String columnName) Sets the name of the DS column, that contains the location of the event.Calendar.setMilestoneVisible
(boolean visible) Sets if the milestone type schedule events appears in the calendar.Calendar.setMonthlyViewEnabled
(boolean enabled) Sets if the monthly view mode is selecatble for the user.Calendar.setMovedScheduleBeforeSaveHandler
(BeforeMoveEvent handler) Sets the moved schedule before save handler on the component.Calendar.setMoveEnabled
(boolean moveEnabled) Sets if the scheduled events can be moved around in the component.Calendar.setNextButtonVisible
(boolean visible) Sets if the next button is visible on the component header.Calendar.setPreviousButtonVisible
(boolean visible) Sets if the previous button is visible on the component header.Calendar.setPrivateFlagColumnName
(String columnName) Sets the name of the DS column, that contains the private event marker.Calendar.setReadOnly
(boolean readOnly) Sets the calendar component to be read only.Calendar.setScheduleVisible
(boolean visible) Sets if the scheduled events are visible in the calendar or not.Calendar.setStartDateColumnName
(String columnName) Sets the name of the DS column, that contains the scheduled event start date of the calendar.Calendar.setTaskVisible
(boolean visible) Sets if Tasks are visible in the calendar or not.Calendar.setTitleColumnName
(String columnName) Sets the name of the DS column, that contains the title of the calendar.Calendar.setTodayButtonVisible
(boolean visible) Sets if the button, that returns the user to the current day is visible on the component header.Calendar.setUseDetailPopup
(boolean useDetailPopup) Enables the default detail popup window.Calendar.setView
(CalendarView view) Sets the view mode of the calendar.Calendar.setWeeklyViewEnabled
(boolean enabled) Sets if the weekly view mode is selecatble for the user.Calendar.today()
Displays the current day in the calendar