public class MaterialDesignBase extends Object
Constructor and Description |
---|
MaterialDesignBase() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkJQuery(boolean debug) |
protected static void |
directInjectDebugJs(com.google.gwt.resources.client.TextResource resource) |
protected static void |
directInjectJs(com.google.gwt.resources.client.TextResource resource) |
protected static void |
directInjectJs(com.google.gwt.resources.client.TextResource resource,
boolean removeTag,
boolean sourceUrl) |
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
|
static boolean |
isMaterializeLoaded() |
static boolean |
isProvidingJQuery() |
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)
protected static void directInjectJs(com.google.gwt.resources.client.TextResource resource)
protected static void directInjectDebugJs(com.google.gwt.resources.client.TextResource resource)
protected static void directInjectJs(com.google.gwt.resources.client.TextResource resource, boolean removeTag, boolean sourceUrl)
public static void injectCss(com.google.gwt.resources.client.TextResource resource)
public static boolean checkJQuery(boolean debug)
public static boolean isProvidingJQuery()
public static boolean isjQueryLoaded()
public static boolean isMaterializeLoaded()
Copyright © 2018. All rights reserved.