org.exoplatform.calendar.webui
Interface CalendarView

All Known Implementing Classes:
UICalendarView, UIDayView, UIListContainer, UIListView, UIMiniCalendar, UIMonthView, UIPreview, UIWeekView

public interface CalendarView

Created by The eXo Platform SARL Author : Tuan Pham tuan.pham@exoplatform.com Oct 10, 2007


Method Summary
 void applySeting()
           
 Calendar getCurrentCalendar()
           
 String getLastUpdatedEventId()
           
 boolean isInSpace()
           
 void refresh()
           
 void setCurrentCalendar(Calendar cal)
           
 void setLastUpdatedEventId(String eventId)
           
 void setSelectedCategory(String id)
           
 void update()
           
 

Method Detail

refresh

void refresh()
             throws Exception
Throws:
Exception

update

void update()
            throws Exception
Throws:
Exception

applySeting

void applySeting()
                 throws Exception
Throws:
Exception

setCurrentCalendar

void setCurrentCalendar(Calendar cal)

getCurrentCalendar

Calendar getCurrentCalendar()

setLastUpdatedEventId

void setLastUpdatedEventId(String eventId)

getLastUpdatedEventId

String getLastUpdatedEventId()

setSelectedCategory

void setSelectedCategory(String id)
                         throws Exception
Throws:
Exception

isInSpace

boolean isInSpace()


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.