Uses of Enum
org.primefaces.extensions.model.monacoeditor.EShowFoldingControls
Packages that use EShowFoldingControls
-
Uses of EShowFoldingControls in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return EShowFoldingControlsModifier and TypeMethodDescriptionstatic EShowFoldingControls
EShowFoldingControls.parseString
(String name) static EShowFoldingControls
Returns the enum constant of this type with the specified name.static EShowFoldingControls[]
EShowFoldingControls.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 EShowFoldingControlsModifier and TypeMethodDescriptionDiffEditorOptions.setShowFoldingControls
(EShowFoldingControls showFoldingControls) EditorOptions.setShowFoldingControls
(EShowFoldingControls showFoldingControls)