public static enum WicketPortlet.PageType extends Enum<WicketPortlet.PageType>
| Modifier and Type | Field and Description |
|---|---|
String |
initParameterName |
| Modifier and Type | Method and Description |
|---|---|
static WicketPortlet.PageType |
getByInitParameterName(String initParameterName) |
static WicketPortlet.PageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WicketPortlet.PageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WicketPortlet.PageType ACTION
public static final WicketPortlet.PageType CUSTOM
public static final WicketPortlet.PageType EDIT
public static final WicketPortlet.PageType HELP
public static final WicketPortlet.PageType VIEW
public final String initParameterName
public static WicketPortlet.PageType[] values()
for (WicketPortlet.PageType c : WicketPortlet.PageType.values()) System.out.println(c);
public static WicketPortlet.PageType 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 static WicketPortlet.PageType getByInitParameterName(String initParameterName)
Copyright © 2020. All rights reserved.