public static enum WysiwygConfigurationUpdate.UpdateAction extends java.lang.Enum<WysiwygConfigurationUpdate.UpdateAction>
| Enum Constant and Description | 
|---|
| INSERT_PLUGINInsert a new plugin. | 
| INSERT_TOOLBARInsert a new toolbar at the specified index. | 
| INSERT_TOOLBAR_GROUPInsert a Grouping toolbar controls at the specified index. | 
| INSERT_TOOLBAR_ITEM_AFTERInsert a new item after another item. | 
| INSERT_TOOLBAR_ITEM_BEFOREInsert a new item before another item. | 
| REMOVE_PLUGINRemove the specified plugin. | 
| REMOVE_TOOLBARRemove the toolbar at the specified index. | 
| REMOVE_TOOLBAR_GROUPRemove the Grouping toolbar controls at the specified index. | 
| REMOVE_TOOLBAR_ITEMRemove a specified item. | 
| Modifier and Type | Method and Description | 
|---|---|
| static WysiwygConfigurationUpdate.UpdateAction | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static WysiwygConfigurationUpdate.UpdateAction[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final WysiwygConfigurationUpdate.UpdateAction INSERT_TOOLBAR_ITEM_BEFORE
public static final WysiwygConfigurationUpdate.UpdateAction INSERT_TOOLBAR_ITEM_AFTER
public static final WysiwygConfigurationUpdate.UpdateAction REMOVE_TOOLBAR_ITEM
public static final WysiwygConfigurationUpdate.UpdateAction INSERT_TOOLBAR
public static final WysiwygConfigurationUpdate.UpdateAction REMOVE_TOOLBAR
public static final WysiwygConfigurationUpdate.UpdateAction INSERT_TOOLBAR_GROUP
public static final WysiwygConfigurationUpdate.UpdateAction REMOVE_TOOLBAR_GROUP
public static final WysiwygConfigurationUpdate.UpdateAction INSERT_PLUGIN
public static final WysiwygConfigurationUpdate.UpdateAction REMOVE_PLUGIN
public static WysiwygConfigurationUpdate.UpdateAction[] values()
for (WysiwygConfigurationUpdate.UpdateAction c : WysiwygConfigurationUpdate.UpdateAction.values()) System.out.println(c);
public static WysiwygConfigurationUpdate.UpdateAction valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2001-2019 Jalios SA. All Rights Reserved.