Examples of WebjarsCssResourceReference


Examples of de.agilecoders.wicket.webjars.request.resource.WebjarsCssResourceReference

        super(Select2BootstrapCssReference.class, "select2-bootstrap.css");
    }

    @Override
    public Iterable<? extends HeaderItem> getDependencies() {
        return Lists.newArrayList(CssHeaderItem.forReference(new WebjarsCssResourceReference("/select2/current/select2.css")));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.