Uses of Enum Class
com.evolveum.midpoint.web.component.AceEditor.Mode
-
Uses of AceEditor.Mode in com.evolveum.midpoint.web.component
Modifier and TypeMethodDescriptionstatic AceEditor.Mode
AceEditor.Mode.forLanguage
(String language) AceEditor.getMode()
static AceEditor.Mode
Returns the enum constant of this class with the specified name.static AceEditor.Mode[]
AceEditor.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AceEditor.setMode
(AceEditor.Mode mode) void
AceEditor.updateMode
(org.apache.wicket.ajax.AjaxRequestTarget target, AceEditor.Mode mode)