Class FullCalendarWithTooltip

java.lang.Object
com.vaadin.flow.component.Component
org.vaadin.stefan.fullcalendar.FullCalendar
org.vaadin.stefan.fullcalendar.FullCalendarScheduler
de.bytestore.hostinger.components.calendar.FullCalendarWithTooltip
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasTheme, Serializable, org.vaadin.stefan.fullcalendar.Scheduler

@Tag("full-calendar-with-tooltip") @NpmPackage(value="tippy.js", version="6.2.5") @JsModule("./src/calendar/full-calendar-with-tooltips.ts") @CssImport("tippy.js/dist/tippy.css") @CssImport("tippy.js/themes/light.css") public class FullCalendarWithTooltip extends org.vaadin.stefan.fullcalendar.FullCalendarScheduler
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.vaadin.stefan.fullcalendar.FullCalendarScheduler

    org.vaadin.stefan.fullcalendar.FullCalendarScheduler.SchedulerOption

    Nested classes/interfaces inherited from class org.vaadin.stefan.fullcalendar.FullCalendar

    org.vaadin.stefan.fullcalendar.FullCalendar.MoreLinkClickAction, org.vaadin.stefan.fullcalendar.FullCalendar.Option
  • Field Summary

    Fields inherited from class org.vaadin.stefan.fullcalendar.FullCalendarScheduler

    FC_SCHEDULER_CLIENT_VERSION

    Fields inherited from class org.vaadin.stefan.fullcalendar.FullCalendar

    DEFAULT_DAY_EVENT_DURATION, DEFAULT_TIMED_EVENT_DURATION, FC_CLIENT_VERSION

    Fields inherited from interface org.vaadin.stefan.fullcalendar.Scheduler

    DEVELOPER_LICENSE_KEY, GPL_V3_LICENSE_KEY, NON_COMMERCIAL_CREATIVE_COMMONS_LICENSE_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.vaadin.stefan.fullcalendar.FullCalendarScheduler

    addEntryDroppedSchedulerListener, addResources, addResources, addTimeslotClickedListener, addTimeslotClickedSchedulerListener, addTimeslotsSelectedListener, addTimeslotsSelectedSchedulerListener, getOption, getOption, getResourceById, getResources, lookupViewByClientSideValue, removeAllResources, removeResources, setEntryResourceEditable, setFilterResourcesWithEvents, setGroupEntriesBy, setOption, setOption, setResourceAreaHeaderContent, setResourceAreaWidth, setResourceLabelClassNamesCallback, setResourceLabelContentCallback, setResourceLabelDidMountCallback, setResourceLablelWillUnmountCallback, setResourceLaneClassNamesCallback, setResourceLaneContentCallback, setResourceLaneDidMountCallback, setResourceLaneWillUnmountCallback, setResourceOrder, setResourcesInitiallyExpanded, setSchedulerLicenseKey, setSlotMinWidth

    Methods inherited from class org.vaadin.stefan.fullcalendar.FullCalendar

    addBrowserTimezoneObtainedListener, addDatesRenderedListener, addDayNumberClickedListener, addEntryClickedListener, addEntryDroppedListener, addEntryMouseEnterListener, addEntryMouseLeaveListener, addEntryNativeEventListener, addEntryResizedListener, addMoreLinkClickedListener, addThemeVariants, addViewChangedListener, addViewSkeletonRenderedListener, addWeekNumberClickedListener, allowDatesRenderEventOnOptionChange, changeView, clearSelection, clearValidRange, getBrowserTimezone, getCachedEntryFromFetch, getColumnHeader, getCurrentView, getCurrentViewName, getCustomCalendarViews, getEditable, getEntryDurationEditable, getEntryProvider, getEntryResizableFromStart, getEntryStartEditable, getFixedWeekCount, getLocale, getOption, getOption, getOption, getOption, getTimezone, getWeekends, gotoDate, hasThemeVariant, isInMemoryEntryProvider, isPrefetchEnabled, lookupViewName, next, previous, removeBusinessHours, removeThemeVariants, render, scrollToTime, scrollToTime, setBusinessHours, setColumnHeader, setCustomCalendarViews, setDragScrollActive, setEditable, setEntryClassNamesCallback, setEntryContentCallback, setEntryDidMountCallback, setEntryDisplay, setEntryDurationEditable, setEntryProvider, setEntryResizableFromStart, setEntryStartEditable, setEntryWillUnmountCallback, setFirstDay, setFixedWeekCount, setFooterToolbar, setHeaderToolbar, setHeight, setHeight, setHeightAuto, setHeightByParent, setLocale, setMaxEntriesPerDay, setMaxEntriesPerDayFitToCell, setMaxEntriesPerDayUnlimited, setMoreLinkClickAction, setNowIndicatorShown, setNumberClickable, setOption, setOption, setOption, setOption, setOption, setOption, setPrefetchEnabled, setSlotMaxTime, setSlotMinTime, setSnapDuration, setTimeslotsSelectable, setTimezone, setValidRange, setValidRangeEnd, setValidRangeStart, setWeekends, setWeekNumbersVisible, setWeekNumbersWithinDays, today

    Methods inherited from class com.vaadin.flow.component.Component

    findAncestor, from, getChildren, getElement, getId, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, isAttached, isVisible, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, setId, setVisible

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.vaadin.flow.component.AttachNotifier

    addAttachListener

    Methods inherited from interface com.vaadin.flow.component.DetachNotifier

    addDetachListener

    Methods inherited from interface com.vaadin.flow.component.HasElement

    getElement

    Methods inherited from interface com.vaadin.flow.component.HasSize

    getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull

    Methods inherited from interface com.vaadin.flow.component.HasStyle

    addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName

    Methods inherited from interface com.vaadin.flow.component.HasTheme

    addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName

    Methods inherited from interface org.vaadin.stefan.fullcalendar.Scheduler

    addResource, addResource, addResources, addResources, getTopLevelResources, removeResource, removeResources
  • Constructor Details

    • FullCalendarWithTooltip

      public FullCalendarWithTooltip()