public enum VegibitTheme extends Enum<VegibitTheme> implements de.agilecoders.wicket.core.settings.ITheme
A theme for Bootstrap provided by vegibit.
| Enum Constant and Description |
|---|
vegibuntu |
vegicalm |
vegicasso |
vegication |
vegificial |
vegiflat |
vegilibrium |
vegilime |
vegimelon |
vegimin |
vegimoon |
vegipooh |
vegiretro |
vegisail |
vegisea |
vegistone |
vegisweet |
vegitalian |
vegitapenade |
vegitini |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getCdnUrls() |
void |
renderHead(org.apache.wicket.markup.head.IHeaderResponse response) |
static VegibitTheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VegibitTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VegibitTheme vegiflat
public static final VegibitTheme vegistone
public static final VegibitTheme vegitalian
public static final VegibitTheme vegication
public static final VegibitTheme vegisweet
public static final VegibitTheme vegiretro
public static final VegibitTheme vegimelon
public static final VegibitTheme vegipooh
public static final VegibitTheme vegisea
public static final VegibitTheme vegilibrium
public static final VegibitTheme vegibuntu
public static final VegibitTheme vegitapenade
public static final VegibitTheme vegimin
public static final VegibitTheme vegilime
public static final VegibitTheme vegitini
public static final VegibitTheme vegicalm
public static final VegibitTheme vegificial
public static final VegibitTheme vegisail
public static final VegibitTheme vegicasso
public static final VegibitTheme vegimoon
public static VegibitTheme[] values()
for (VegibitTheme c : VegibitTheme.values()) System.out.println(c);
public static VegibitTheme 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.