All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gwtbootstrap.timepicker.client.ui.resources.Resources Maven / Gradle / Ivy

The newest version!
package com.github.gwtbootstrap.timepicker.client.ui.resources;

import com.google.gwt.core.client.GWT;
import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.TextResource;

/**
 * Interface that provides the TimeBox resources.
 *
 * @author Carlos Alexandro Becker
 * @author Joshua Godi
 * @since 2.3.2.0
 */
public interface Resources extends ClientBundle {
    public static Resources RESOURCES = GWT.create(Resources.class);

    @Source("css/bootstrap-timepicker.css")
    TextResource timepickerCss();

    @Source("js/bootstrap-timepicker.js")
    TextResource timepickerJs();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy