public enum ViewControllerParameters extends Enum<ViewControllerParameters>
Enum Constant and Description |
---|
CONTENT_TEMPLATE
contentTemplate
|
CSS_CATEGORIES
CSS categories
|
JAVASCRIPT_CATEGORIES
JavaScript categories
|
JS_MESSAGES_CATEGORY
the category name for which the localized JS messages should be included
|
MENU
Menu
|
MENU_ENTRY_MESSAGE_KEY
Message key for the menu entry
|
PAGE_TITLE
Title
|
SUBMENU
Submenu
|
SYMBOLIC_NAME
Symbolic name of this bundle.
|
TINY_MCE_CONTENT_CSS_CATEGORY
Name of the CSS resource category that provides CSS of the tinyMCE IFrame.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ViewControllerParameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewControllerParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewControllerParameters PAGE_TITLE
public static final ViewControllerParameters CSS_CATEGORIES
public static final ViewControllerParameters TINY_MCE_CONTENT_CSS_CATEGORY
public static final ViewControllerParameters JAVASCRIPT_CATEGORIES
public static final ViewControllerParameters JS_MESSAGES_CATEGORY
public static final ViewControllerParameters CONTENT_TEMPLATE
public static final ViewControllerParameters MENU
public static final ViewControllerParameters SUBMENU
public static final ViewControllerParameters SYMBOLIC_NAME
public static final ViewControllerParameters MENU_ENTRY_MESSAGE_KEY
public static ViewControllerParameters[] values()
for (ViewControllerParameters c : ViewControllerParameters.values()) System.out.println(c);
public static ViewControllerParameters 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 String toString()
toString
in class Enum<ViewControllerParameters>
Copyright © 2019 Communote team. All rights reserved.