Uses of Class
org.primefaces.extensions.model.monacoeditor.EShowPasteSelectorMode
-
Packages that use EShowPasteSelectorMode Package Description org.primefaces.extensions.model.monacoeditor -
-
Uses of EShowPasteSelectorMode in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return EShowPasteSelectorMode Modifier and Type Method Description static EShowPasteSelectorModeEShowPasteSelectorMode. parseString(java.lang.String name)static EShowPasteSelectorModeEShowPasteSelectorMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EShowPasteSelectorMode[]EShowPasteSelectorMode. 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 EShowPasteSelectorMode Modifier and Type Method Description EditorPasteAsOptionsEditorPasteAsOptions. setShowPasteSelector(EShowPasteSelectorMode showPasteSelector)
-