public enum BootswatchTheme extends Enum<BootswatchTheme> implements de.agilecoders.wicket.core.settings.ITheme
A theme for Bootstrap provided by Bootswatch.com.
| Enum Constant and Description |
|---|
Amelia |
Cerulean |
Cosmo |
Cyborg |
Darkly |
Flatly |
Journal |
Lumen |
Paper |
Readable |
Sandstone |
Simplex |
Slate |
Spacelab |
Superhero |
United |
Yeti |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getCdnUrls() |
void |
renderHead(org.apache.wicket.markup.head.IHeaderResponse response) |
static BootswatchTheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootswatchTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootswatchTheme Amelia
public static final BootswatchTheme Cerulean
public static final BootswatchTheme Cosmo
public static final BootswatchTheme Cyborg
public static final BootswatchTheme Darkly
public static final BootswatchTheme Flatly
public static final BootswatchTheme Journal
public static final BootswatchTheme Lumen
public static final BootswatchTheme Paper
public static final BootswatchTheme Readable
public static final BootswatchTheme Sandstone
public static final BootswatchTheme Simplex
public static final BootswatchTheme Slate
public static final BootswatchTheme Spacelab
public static final BootswatchTheme Superhero
public static final BootswatchTheme United
public static final BootswatchTheme Yeti
public static BootswatchTheme[] values()
for (BootswatchTheme c : BootswatchTheme.values()) System.out.println(c);
public static BootswatchTheme valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Iterable<String> getCdnUrls()
getCdnUrls in interface de.agilecoders.wicket.core.settings.IThemepublic void renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface de.agilecoders.wicket.core.settings.IThemeCopyright © 2011–2014 AgileCoders. All rights reserved.