Uses of Interface
org.openfaces.util.ConvertibleToJSON

Packages that use ConvertibleToJSON
org.openfaces.component.timetable   
org.openfaces.util This package is only for internal usage from within the OpenFaces library. 
 

Uses of ConvertibleToJSON in org.openfaces.component.timetable
 

Classes in org.openfaces.component.timetable that implement ConvertibleToJSON
 class AbstractStyledUIEventContent
           
 class AbstractTimetableEvent
          Timetable id should uniquely identify an event among all other events of this timetable.
 class AbstractUIEventContent
           
 class ReservedTimeEvent
           
 class TimetableEvent
          An instance of this class specifies a single event in a timetable.
 class TimetableResource
           
 class UIEventDescription
           
 class UIEventLineFeed
           
 class UIEventName
           
 class UIEventResource
           
 class UIEventTime
           
 class UITimetableEvent
           
 

Uses of ConvertibleToJSON in org.openfaces.util
 

Methods in org.openfaces.util with parameters of type ConvertibleToJSON
static JSONArray DataUtil.arrayToJSONArray(ConvertibleToJSON[] array, java.util.Map<java.lang.String,java.util.TimeZone> params)
           
 

Method parameters in org.openfaces.util with type arguments of type ConvertibleToJSON
static JSONArray DataUtil.listToJSONArray(java.util.List<? extends ConvertibleToJSON> entries, java.util.Map<java.lang.String,java.util.TimeZone> params)
           
 



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