Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.skins.external
Class CalendarSkinStyleExternalURL

java.lang.Object
  extended bycom.imagine.component.calendar.skins.styles.CalendarSkinStyle
      extended bycom.imagine.component.calendar.skins.external.CalendarSkinStyleExternal
          extended bycom.imagine.component.calendar.skins.external.CalendarSkinStyleExternalURL

public class CalendarSkinStyleExternalURL
extends CalendarSkinStyleExternal

Defines a calendar skin style that can be loaded from an external URL.


Constructor Summary
CalendarSkinStyleExternalURL(java.net.URL url)
          Creates an CalendarSkinStyleExternalFile from the specified URL.
 
Methods inherited from class com.imagine.component.calendar.skins.external.CalendarSkinStyleExternal
applyStyle, getName, saveSkin
 
Methods inherited from class com.imagine.component.calendar.skins.styles.CalendarSkinStyle
getCalendarSkinStyleAdapter, getDynamicalCalendarSkinProperty, setCalendarSkinStyleAdapter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalendarSkinStyleExternalURL

public CalendarSkinStyleExternalURL(java.net.URL url)
                             throws java.lang.Exception
Creates an CalendarSkinStyleExternalFile from the specified URL.

Parameters:
url - The url from which this skinStyle is created.

Calendar Component v5.1
www.calendarcomponent.com