Uses of Class
com.jalios.jcms.wysiwyg.WysiwygConfigurationUpdate.UpdateAction
-
Packages that use WysiwygConfigurationUpdate.UpdateAction Package Description com.jalios.jcms.wysiwyg -
-
Uses of WysiwygConfigurationUpdate.UpdateAction in com.jalios.jcms.wysiwyg
Methods in com.jalios.jcms.wysiwyg that return WysiwygConfigurationUpdate.UpdateAction Modifier and Type Method Description WysiwygConfigurationUpdate.UpdateAction
WysiwygConfigurationUpdate. getUpdateAction()
static WysiwygConfigurationUpdate.UpdateAction
WysiwygConfigurationUpdate.UpdateAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WysiwygConfigurationUpdate.UpdateAction[]
WysiwygConfigurationUpdate.UpdateAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.wysiwyg with parameters of type WysiwygConfigurationUpdate.UpdateAction Modifier and Type Method Description static WysiwygConfigurationUpdate
WysiwygConfigurationUpdate. newInstance(WysiwygConfigurationUpdate.UpdateAction updateAction)
-