com.github.gwtbootstrap.datepicker.client.ui.resources
Class DatepickerResourceInjector

java.lang.Object
  extended by com.github.gwtbootstrap.datepicker.client.ui.resources.DatepickerResourceInjector

public class DatepickerResourceInjector
extends Object

Utility class to inject our resources into modules page. Use it to inject JavaScript and CSS files.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Constructor Summary
DatepickerResourceInjector()
           
 
Method Summary
static void configure()
          Injects the required CSS styles and JavaScript files into the document header.
static void configureWithCssFile()
          Injects the required CSS styles and JavaScript files into the document header.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatepickerResourceInjector

public DatepickerResourceInjector()
Method Detail

configureWithCssFile

public static void configureWithCssFile()
Injects the required CSS styles and JavaScript files into the document header.
 It's for NoStyle Module.
 


configure

public static void configure()
Injects the required CSS styles and JavaScript files into the document header.



Copyright © 2012 gwtbootstrap. All Rights Reserved.