JavaXT
Home
Documentation
Downloads
Wiki
About
javaxt-core
javaxt-server
javaxt-express
javaxt-webcontrols
dhtml
Accordion
Authentication
BarGraph
Button
Calendar
Callout
Carousel
Checkbox
ComboBox
DataGrid
DataStore
DateInput
DatePicker
Effects
Form
MenuLayout
PageLoader
PlayControl
Slider
Switch
TabPanel
Table
Tree
WebSocket
Window
calendar
Day
Event
EventStore
Month
Utils
View
Week
utils
javaxt-orm
javaxt-exchange
javaxt-gis
javaxt-rss
EventStore Class
Show Source
Used to manage an array of events and helps keep all of the calendar views in sync.
Constructors
EventStore
(
events
)
Show Source
Public Methods
add
(
event
)
Show Source
remove
(
event
)
Show Source
contains
(
event
)
Show Source
clear
( )
Show Source
getEvents
( )
Show Source
getOverlappingEvents
(
event
)
Returns a list of events that overlap a given event.
Show Source