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