Package org.apache.wicket.markup.html.resources

Examples of org.apache.wicket.markup.html.resources.CompressedResourceReference


   *
   * @return a style
   */
  public final ResourceReference newStyleBlue()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-blue2.css");
  }
View Full Code Here


   *
   * @return a style
   */
  public final ResourceReference newStyleGreen()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-green.css");
  }
View Full Code Here

   *
   * @return a style
   */
  public final ResourceReference newStyleSummer()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-brown.css");
  }
View Full Code Here

   *
   * @return a style
   */
  public final ResourceReference newStyleSystem()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-system.css");
  }
View Full Code Here

   *
   * @return a style
   */
  public final ResourceReference newStyleTas()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-tas.css");
  }
View Full Code Here

   *
   * @return a style
   */
  public final ResourceReference newStyleWin2k1()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-win2k-1.css");
  }
View Full Code Here

   *
   * @return a style
   */
  public final ResourceReference newStyleWin2k2()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-win2k-2.css");
  }
View Full Code Here

   *
   * @return a style
   */
  public final ResourceReference newStyleWin2kCold1()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-win2k-cold-1.css");
  }
View Full Code Here

   *
   * @return a style
   */
  public final ResourceReference newStyleWin2kCold2()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-win2k-cold-2.css");
  }
View Full Code Here

   *
   * @return a style
   */
  public final ResourceReference newStyleWinter()
  {
    return new CompressedResourceReference(DatePickerSettings.class, "style/calendar-blue.css");
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.markup.html.resources.CompressedResourceReference

Copyright © 2018 www.massapicom. 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.