Uses of Class
com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar.SimpleButton
-
Packages that use EditorMainToolbar.SimpleButton Package Description com.atlassian.confluence.pageobjects.component.editor.toolbars -
-
Uses of EditorMainToolbar.SimpleButton in com.atlassian.confluence.pageobjects.component.editor.toolbars
Methods in com.atlassian.confluence.pageobjects.component.editor.toolbars that return EditorMainToolbar.SimpleButton Modifier and Type Method Description static EditorMainToolbar.SimpleButtonEditorMainToolbar.SimpleButton. valueOf(String name)Returns the enum constant of this type with the specified name.static EditorMainToolbar.SimpleButton[]EditorMainToolbar.SimpleButton. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.pageobjects.component.editor.toolbars with parameters of type EditorMainToolbar.SimpleButton Modifier and Type Method Description voidEditorMainToolbar. click(EditorMainToolbar.SimpleButton simpleButton)Deprecated.Clicks on a tinymce toolbar top level button
-