Uses of Class
com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu.InsertItem
-
Packages that use InsertDropdownMenu.InsertItem Package Description com.atlassian.confluence.pageobjects.component.editor.toolbars -
-
Uses of InsertDropdownMenu.InsertItem in com.atlassian.confluence.pageobjects.component.editor.toolbars
Methods in com.atlassian.confluence.pageobjects.component.editor.toolbars that return InsertDropdownMenu.InsertItem Modifier and Type Method Description static InsertDropdownMenu.InsertItemInsertDropdownMenu.InsertItem. valueOf(String name)Returns the enum constant of this type with the specified name.static InsertDropdownMenu.InsertItem[]InsertDropdownMenu.InsertItem. 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 InsertDropdownMenu.InsertItem Modifier and Type Method Description voidInsertDropdownMenu. click(InsertDropdownMenu.InsertItem menuItem)Deprecated.Clicks on a item from the insert dropdown menu
-