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 EFoldingStrategyEFoldingStrategy.parseString(String name) static EFoldingStrategyReturns 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)