Uses of Enum
org.primefaces.extensions.model.monacoeditor.EAutoClosingQuotes
Packages that use EAutoClosingQuotes
-
Uses of EAutoClosingQuotes in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return EAutoClosingQuotesModifier and TypeMethodDescriptionstatic EAutoClosingQuotes
EAutoClosingQuotes.parseString
(String name) static EAutoClosingQuotes
Returns the enum constant of this type with the specified name.static EAutoClosingQuotes[]
EAutoClosingQuotes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.extensions.model.monacoeditor with parameters of type EAutoClosingQuotesModifier and TypeMethodDescriptionDiffEditorOptions.setAutoClosingQuotes
(EAutoClosingQuotes autoClosingQuotes) EditorOptions.setAutoClosingQuotes
(EAutoClosingQuotes autoClosingQuotes)