Uses of Class
com.itmill.toolkit.terminal.web.Theme

Packages that use Theme
com.itmill.toolkit.terminal.web This package implement web terminal for both AJAX-capable and more limited web browsers. 
 

Uses of Theme in com.itmill.toolkit.terminal.web
 

Methods in com.itmill.toolkit.terminal.web that return Theme
 Theme UIDLTransformerType.getTheme()
          Gets the theme used in the UIDLTransformer of this type.
 Theme ThemeSource.getThemeByName(String name)
          Returns the Theme instance by name.
 Theme CollectionThemeSource.getThemeByName(String name)
          Gets the theme instance by name.
 Theme ServletThemeSource.getThemeByName(String name)
          Gets the Theme instance by name.
 Theme JarThemeSource.getThemeByName(String name)
          Gets the Theme instance by name.
 Theme DirectoryThemeSource.getThemeByName(String name)
          Gets the Theme instance by name.
 

Methods in com.itmill.toolkit.terminal.web with parameters of type Theme
 Collection ThemeSource.getXSLStreams(Theme theme, WebBrowser type)
          Gets the XSL stream for the specified theme and web-browser type.
 Collection CollectionThemeSource.getXSLStreams(Theme theme, WebBrowser type)
          Gets the XSL stream for the specified theme and web-browser type.
 Collection ServletThemeSource.getXSLStreams(Theme theme, WebBrowser type)
          Gets the XSL stream for the specified theme and web-browser type.
 Collection JarThemeSource.getXSLStreams(Theme theme, WebBrowser type)
          Gets the XSL stream for the specified theme and web-browser type.
 Collection DirectoryThemeSource.getXSLStreams(Theme theme, WebBrowser type)
          Gets the XSL stream for the specified theme and web-browser type.
 

Constructors in com.itmill.toolkit.terminal.web with parameters of type Theme
UIDLTransformerType(WebBrowser webBrowserType, Theme theme)
          Creates a new instance of TransformerType.
WebPaintTarget(HttpVariableMap variableMap, UIDLTransformerType type, ApplicationServlet webAdapterServlet, Theme theme)
          Creates a new XMLPrintWriter, without automatic line flushing.
 



Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.