Class CalendarioBasicEvent

Object
BasicEvent
CalendarioBasicEvent
All Implemented Interfaces:
CalendarEvent, CalendarEvent.EventChangeNotifier, EditableCalendarEvent, Serializable

public class CalendarioBasicEvent extends BasicEvent
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface CalendarEvent

    CalendarEvent.EventChangeEvent, CalendarEvent.EventChangeListener, CalendarEvent.EventChangeNotifier
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from class BasicEvent

    addEventChangeListener, fireEventChange, getCaption, getDescription, getEnd, getStart, getStyleName, isAllDay, removeEventChangeListener, setAllDay, setCaption, setDescription, setEnd, setStart, setStyleName

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CalendarioBasicEvent

      public CalendarioBasicEvent()
  • Method Details