com.vaadin.addon.touchkit.gwt.client
Class ThemeLoader

java.lang.Object
  extended by com.vaadin.addon.touchkit.gwt.client.ThemeLoader

public class ThemeLoader
extends Object

This class loads the GWT built theme used by TouchKit. If you wish to override or extend the default theme, use deferred binding to replace the default implementation.


Constructor Summary
ThemeLoader()
           
 
Method Summary
 void load()
          Loads TouchKit theme.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeLoader

public ThemeLoader()
Method Detail

load

public void load()
Loads TouchKit theme. Called automatically by entrypoint.



Copyright © 2014 Vaadin Ltd. All rights reserved.