org.exoplatform.calendar.client
Class CalendarGadget

java.lang.Object
  extended by com.google.gwt.gadgets.client.Gadget<com.google.gwt.gadgets.client.UserPreferences>
      extended by org.exoplatform.calendar.client.CalendarGadget
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, com.google.gwt.gadgets.client.NeedsDynamicHeight

public class CalendarGadget
extends com.google.gwt.gadgets.client.Gadget<com.google.gwt.gadgets.client.UserPreferences>
implements com.google.gwt.gadgets.client.NeedsDynamicHeight


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.gadgets.client.Gadget
com.google.gwt.gadgets.client.Gadget.AllowHtmlQuirksMode, com.google.gwt.gadgets.client.Gadget.Content, com.google.gwt.gadgets.client.Gadget.ContentType, com.google.gwt.gadgets.client.Gadget.GadgetLocale, com.google.gwt.gadgets.client.Gadget.InjectContent, com.google.gwt.gadgets.client.Gadget.InjectModulePrefs, com.google.gwt.gadgets.client.Gadget.ModulePrefs, com.google.gwt.gadgets.client.Gadget.UseLongManifestName
 
Constructor Summary
CalendarGadget()
           
 
Method Summary
 void clearPanel(com.google.gwt.user.client.ui.Panel panel)
           
static void debug(Object text)
           
 void getEventData()
           
 void handleDatePickerSelection(Date selectedDate)
           
 void handleEventListSelection()
           
 void hideTopPanel()
           
 void highlightDates()
           
protected  void init(com.google.gwt.gadgets.client.UserPreferences preferences)
           
 void initData()
           
 void initializeFeature(com.google.gwt.gadgets.client.DynamicHeightFeature feature)
           
 void refresh()
           
 void showTopPanel()
           
 
Methods inherited from class com.google.gwt.gadgets.client.Gadget
onModuleLoad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarGadget

public CalendarGadget()
Method Detail

refresh

public void refresh()

initData

public void initData()

showTopPanel

public void showTopPanel()

hideTopPanel

public void hideTopPanel()

init

protected void init(com.google.gwt.gadgets.client.UserPreferences preferences)
Specified by:
init in class com.google.gwt.gadgets.client.Gadget<com.google.gwt.gadgets.client.UserPreferences>

initializeFeature

public void initializeFeature(com.google.gwt.gadgets.client.DynamicHeightFeature feature)
Specified by:
initializeFeature in interface com.google.gwt.gadgets.client.NeedsDynamicHeight

highlightDates

public void highlightDates()

getEventData

public void getEventData()

handleEventListSelection

public void handleEventListSelection()

handleDatePickerSelection

public void handleDatePickerSelection(Date selectedDate)

clearPanel

public void clearPanel(com.google.gwt.user.client.ui.Panel panel)

debug

public static final void debug(Object text)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.