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 EInlineSuggestModeEInlineSuggestMode.parseString(String name) static EInlineSuggestModeReturns 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)