public class MaterialDesignBase extends Object
| Constructor and Description |
|---|
MaterialDesignBase() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
checkJQuery(boolean debug) |
static void |
injectCss(com.google.gwt.resources.client.TextResource resource) |
static void |
injectDebugJs(com.google.gwt.resources.client.TextResource resource) |
static void |
injectJs(com.google.gwt.resources.client.TextResource resource) |
static void |
injectJs(com.google.gwt.resources.client.TextResource resource,
boolean removeTag,
boolean sourceUrl) |
static boolean |
isjQueryLoaded()
Check to see if jQuery is loaded already
|
protected void |
load() |
protected void |
onModuleLoaded() |
public MaterialDesignBase()
protected void load()
protected void onModuleLoaded()
public static void injectJs(com.google.gwt.resources.client.TextResource resource)
public static void injectDebugJs(com.google.gwt.resources.client.TextResource resource)
public static void injectJs(com.google.gwt.resources.client.TextResource resource, boolean removeTag, boolean sourceUrl)
public static void injectCss(com.google.gwt.resources.client.TextResource resource)
protected static boolean checkJQuery(boolean debug)
public static boolean isjQueryLoaded()
Copyright © 2016. All rights reserved.