Uses of Class
org.openfaces.component.timetable.PreloadedEvents

Packages that use PreloadedEvents
org.openfaces.component.timetable   
 

Uses of PreloadedEvents in org.openfaces.component.timetable
 

Methods in org.openfaces.component.timetable that return PreloadedEvents
 PreloadedEvents TimetableView.getPreloadedEvents()
           
 PreloadedEvents TimetableView.getPreloadedEvents()
           
static PreloadedEvents PreloadedEvents.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PreloadedEvents PreloadedEvents.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PreloadedEvents[] PreloadedEvents.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
static PreloadedEvents[] PreloadedEvents.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openfaces.component.timetable with parameters of type PreloadedEvents
 void TimetableView.setPreloadedEvents(PreloadedEvents preloadedEvents)
           
 void TimetableView.setPreloadedEvents(PreloadedEvents preloadedEvents)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.