Uses of Enum Class
com.gentics.contentnode.rest.model.EditorControlStyle
Packages that use EditorControlStyle
-
Uses of EditorControlStyle in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return EditorControlStyleModifier and TypeMethodDescriptionConstruct.getEditorControlStyle()Get the placement mode for edit icons.static EditorControlStyleReturns the enum constant of this class with the specified name.static EditorControlStyle[]EditorControlStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gentics.contentnode.rest.model with parameters of type EditorControlStyleModifier and TypeMethodDescriptionConstruct.setEditorControlStyle(EditorControlStyle editorControlStyle) Set the placement mode for edit icons.