Uses of Enum
org.primefaces.extensions.model.monacoeditor.ESuggestPreviewMode
Packages that use ESuggestPreviewMode
-
Uses of ESuggestPreviewMode in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return ESuggestPreviewModeModifier and TypeMethodDescriptionstatic ESuggestPreviewModeESuggestPreviewMode.parseString(String name) static ESuggestPreviewModeReturns the enum constant of this type with the specified name.static ESuggestPreviewMode[]ESuggestPreviewMode.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 ESuggestPreviewModeModifier and TypeMethodDescriptionEditorSuggestOptions.setPreviewMode(ESuggestPreviewMode previewMode)