Example usage for com.google.gwt.resources.client ClientBundleWithLookup interface-usage

List of usage examples for com.google.gwt.resources.client ClientBundleWithLookup interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.resources.client ClientBundleWithLookup interface-usage.

Usage

From source file org.kuali.student.common.ui.theme.standard.client.KSClientBundle.java

public interface KSClientBundle extends ClientBundleWithLookup {
    public static final KSClientBundle INSTANCE = GWT.create(KSClientBundle.class);

    @Source("org/kuali/student/common/ui/theme/standard/public/css/KSFooter.css")
    @CssResource.NotStrict
    public CssResource footerCss();

From source file org.kuali.student.lum.ui.theme.standard.client.LumClientBundle.java

public interface LumClientBundle extends ClientBundleWithLookup {
    public static final LumClientBundle INSTANCE = GWT.create(LumClientBundle.class);

    @Source("org/kuali/student/lum/ui/theme/standard/public/css/LumLandingPage.css")
    @CssResource.NotStrict
    public CssResource lumLandingPageCss();

From source file org.opennms.features.dashboard.client.resource.WidgetResource.java

/**
 * author: Tharindu Munasinghe (tharindumunasinghe@gmail.com)
 * org.opennms.features.dashboard
 */
public interface WidgetResource extends ClientBundle, ClientBundleWithLookup {
    WidgetResource WIDGETRESOURCE = GWT.create(WidgetResource.class);