List of usage examples for org.apache.wicket.request.resource CssResourceReference subclass-usage
From source file org.cdlflex.ui.resource.ManagedCssResourceReference.java
/**
* A CssResourceReference that provides convenience constructors for resources within the scope of this class. The
* structure in which the resource resides should follow the convention:
*
* <pre>
* path
From source file org.devgateway.eudevfin.ui.common.ApplicationCss.java
/**
* TODO: document
*
* @author miha
* @version 1.0
*/
From source file org.devgateway.eudevfin.ui.common.FixBootstrapStylesCssResourceReference.java
/**
* A simple stylesheet to fix some styles for the demo page.
*
* @author miha
* @version 1.0
*/
From source file org.devgateway.toolkit.forms.wicket.styles.BaseStyles.java
/** * The base CSS for the project. * * TODO: Convert to LESS; Bootstrap also uses LESS. */ public class BaseStyles extends CssResourceReference {
From source file org.devgateway.toolkit.forms.wicket.styles.DatatableStyleResourceReference.java
public class DatatableStyleResourceReference extends CssResourceReference { /** * */ private static final long serialVersionUID = 1L;
From source file org.devgateway.toolkit.forms.wicket.styles.EmptyCss.java
/**
* @author idobre
* @since 1/13/15
*
* Load an empty CSS file - this instance is used to have more control
* when we load bootstrap.css file
From source file org.devgateway.toolkit.forms.wicket.styles.MainCss.java
/** * @author idobre * @since 12/2/14 */ public class MainCss extends CssResourceReference {
From source file org.devgateway.toolkit.forms.wicket.styles.PrintCss.java
/** * @author idobre * @since 1/13/15 */ public class PrintCss extends CssResourceReference { private static final long serialVersionUID = 1L;
From source file org.odlabs.wiquery.ui.themes.WiQueryCoreThemeResourceReference.java
/**
* $Id: WiQueryCoreThemeResourceReference.java 1187 2011-08-25 11:10:01Z
* hielke.hoeve@gmail.com $
* <p>
* Defines the default WiQuery theme.
* </p>
From source file org.odlabs.wiquery.ui.timepicker.TimePickerStyleSheetResourceReference.java
/**
* $Id: DatePickerJavaScriptResourceReference.java 869 2011-05-04 12:26:32Z
* hielke.hoeve@gmail.com $
* <p>
* References the JavaScript resource to get the DatePicker component.
* </p>