Uses of Class
org.primefaces.extensions.model.monacoeditor.EGoToLocationValues
-
-
Uses of EGoToLocationValues in org.primefaces.extensions.model.monacoeditor
Methods in org.primefaces.extensions.model.monacoeditor that return EGoToLocationValues Modifier and Type Method Description static EGoToLocationValuesEGoToLocationValues. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EGoToLocationValues[]EGoToLocationValues. 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 EGoToLocationValues Modifier and Type Method Description EditorGotoLocationOptionsEditorGotoLocationOptions. setMultiple(EGoToLocationValues multiple)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleDeclarations(EGoToLocationValues multipleDeclarations)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleDefinitions(EGoToLocationValues multipleDefinitions)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleImplementations(EGoToLocationValues multipleImplementations)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleReferences(EGoToLocationValues multipleReferences)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleTypeDefinitions(EGoToLocationValues multipleTypeDefinitions)
-