com.github.gwtbootstrap.timepicker.client.Timepicker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-bootstrap Show documentation
Show all versions of gwt-bootstrap Show documentation
A GWT Library that provides the widgets of Twitter Bootstrap.
The newest version!
package com.github.gwtbootstrap.timepicker.client;
import com.github.gwtbootstrap.timepicker.client.ui.resources.TimepickerResourceInjector;
import com.google.gwt.core.client.EntryPoint;
/**
* Entry point of TimeBox Module.
*
* @author Carlos Alexandro Becker
* @author Joshua Godi
* @since 2.3.2.0
*/
public class Timepicker implements EntryPoint {
@Override
public void onModuleLoad() {
TimepickerResourceInjector.configure();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy