org.gwtbootstrap3.client
Interface GwtBootstrap3ClientBundle

All Superinterfaces:
ClientBundle

public interface GwtBootstrap3ClientBundle
extends ClientBundle

Author:
Sven Jacobs

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

Field Detail

INSTANCE

static final GwtBootstrap3ClientBundle INSTANCE
Method Detail

jQuery

@ClientBundle.Source(value="resource/js/jquery-1.11.2.min.cache.js")
TextResource jQuery()

bootstrap

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


Copyright © 2015. All rights reserved.