org.exoplatform.calendar.client
Class EventDatabase

java.lang.Object
  extended by org.exoplatform.calendar.client.EventDatabase

public class EventDatabase
extends Object

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com May 13, 2011


Method Summary
 void addDataDisplay(com.google.gwt.view.client.HasData<CalendarEventInfo> display)
           
 void addEvent(CalendarEventInfo event)
           
 void cleanUp()
           
static EventDatabase get()
           
 com.google.gwt.view.client.ListDataProvider<CalendarEventInfo> getDataProvider()
           
 void refreshDisplays()
          Refresh all displays.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static EventDatabase get()

addEvent

public void addEvent(CalendarEventInfo event)

addDataDisplay

public void addDataDisplay(com.google.gwt.view.client.HasData<CalendarEventInfo> display)

getDataProvider

public com.google.gwt.view.client.ListDataProvider<CalendarEventInfo> getDataProvider()

refreshDisplays

public void refreshDisplays()
Refresh all displays.


cleanUp

public void cleanUp()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.