Uses of Class
org.primefaces.extensions.component.ckeditor.CKEditor.PropertyKeys
-
Packages that use CKEditor.PropertyKeys Package Description org.primefaces.extensions.component.ckeditor -
-
Uses of CKEditor.PropertyKeys in org.primefaces.extensions.component.ckeditor
Methods in org.primefaces.extensions.component.ckeditor that return CKEditor.PropertyKeys Modifier and Type Method Description static CKEditor.PropertyKeys
CKEditor.PropertyKeys. valueOf(String name)
Returns the enum constant of this type with the specified name.static CKEditor.PropertyKeys[]
CKEditor.PropertyKeys. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-