Class UIStyler

java.lang.Object
com.levigo.jadice.web.client.ui.style.UIStyler

public class UIStyler extends Object
Class to set the style of this jadice web toolkit integration. To define your own style you just have to create a new interface which extends UIStyle. There you can override methods and merge in your own styles (or just add @Source above with your own CSS files). Finally you need to call the UIStyler.set() method with parameter GWT .create(MyUIStyle.class). IMPORTANT: You must call this method before any jadice core classes are initialized.
  • Method Details

    • set

      public static void set(UIStyle instance)
    • get

      public static UIStyle get()