public static enum Options.Style extends Enum<Options.Style>
Enum Constant and Description |
---|
bootstrap |
dataTables |
foundation |
jqueryui |
none |
Modifier and Type | Method and Description |
---|---|
void |
renderHead(org.apache.wicket.markup.head.IHeaderResponse response,
String pluginName) |
static Options.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.Style dataTables
public static final Options.Style bootstrap
public static final Options.Style foundation
public static final Options.Style jqueryui
public static final Options.Style none
public static Options.Style[] values()
for (Options.Style c : Options.Style.values()) System.out.println(c);
public static Options.Style 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 void renderHead(org.apache.wicket.markup.head.IHeaderResponse response, String pluginName)
Copyright © 2016. All rights reserved.