org.wicketstuff.datatables.res.DataTablesBootstrapCssReference Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicketstuff-datatables Show documentation
Show all versions of wicketstuff-datatables Show documentation
DataTables jQuery integration for Wicket
package org.wicketstuff.datatables.res;
import org.apache.wicket.request.resource.CssResourceReference;
public class DataTablesBootstrapCssReference extends CssResourceReference {
public DataTablesBootstrapCssReference() {
super(DataTablesBootstrapCssReference.class, "css/dataTables.bootstrap.css");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy