Uses of Class
org.exoplatform.wiki.webui.EditorMode
-
Packages that use EditorMode Package Description org.exoplatform.wiki.webui -
-
Uses of EditorMode in org.exoplatform.wiki.webui
Methods in org.exoplatform.wiki.webui that return EditorMode Modifier and Type Method Description EditorModeUIWikiPortlet. getEditorMode()gets the mode of wiki editorstatic EditorModeEditorMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EditorMode[]EditorMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.wiki.webui with parameters of type EditorMode Modifier and Type Method Description voidUIWikiPortlet. changeEditorMode(EditorMode newMode)changes the mode of wiki editor
-