Uses of Enum
org.primefaces.extensions.model.monacoeditor.EInlineSuggestMode
Packages that use EInlineSuggestMode
-
Uses of EInlineSuggestMode in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return EInlineSuggestModeModifier and TypeMethodDescriptionstatic EInlineSuggestMode
EInlineSuggestMode.parseString
(String name) static EInlineSuggestMode
Returns the enum constant of this type with the specified name.static EInlineSuggestMode[]
EInlineSuggestMode.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 EInlineSuggestModeModifier and TypeMethodDescriptionEditorInlayHintOptions.setEnabled
(EInlineSuggestMode enabled) EditorInlineSuggestOptions.setMode
(EInlineSuggestMode mode)