org.gwtbootstrap3.extras.respond.client
Interface RespondClientBundle

All Superinterfaces:
ClientBundle

public interface RespondClientBundle
extends ClientBundle

Author:
Joshua Godi

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Field Summary
static RespondClientBundle INSTANCE
           
 
Method Summary
 TextResource html5Shiv()
           
 TextResource respond()
           
 

Field Detail

INSTANCE

static final RespondClientBundle INSTANCE
Method Detail

html5Shiv

@ClientBundle.Source(value="resource/js/html5shiv-3.7.0.min.cache.js")
TextResource html5Shiv()

respond

@ClientBundle.Source(value="resource/js/respond-1.4.2.min.cache.js")
TextResource respond()


Copyright © 2015. All rights reserved.