Uses of Class
com.atlassian.confluence.pageobjects.selenium3.component.dropdown.PageRestrictionsDialogModeSelector.MODE
-
-
Uses of PageRestrictionsDialogModeSelector.MODE in com.atlassian.confluence.pageobjects.selenium3.component.dialog
Methods in com.atlassian.confluence.pageobjects.selenium3.component.dialog with parameters of type PageRestrictionsDialogModeSelector.MODE Modifier and Type Method Description void
PageRestrictionsDialog. setMode(PageRestrictionsDialogModeSelector.MODE mode)
Deprecated. -
Uses of PageRestrictionsDialogModeSelector.MODE in com.atlassian.confluence.pageobjects.selenium3.component.dropdown
Methods in com.atlassian.confluence.pageobjects.selenium3.component.dropdown that return PageRestrictionsDialogModeSelector.MODE Modifier and Type Method Description PageRestrictionsDialogModeSelector.MODE
PageRestrictionsDialogModeSelector. getMode()
static PageRestrictionsDialogModeSelector.MODE
PageRestrictionsDialogModeSelector.MODE. valueOf(String name)
Returns the enum constant of this type with the specified name.static PageRestrictionsDialogModeSelector.MODE[]
PageRestrictionsDialogModeSelector.MODE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.pageobjects.selenium3.component.dropdown that return types with arguments of type PageRestrictionsDialogModeSelector.MODE Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedQuery<PageRestrictionsDialogModeSelector.MODE>
PageRestrictionsDialogModeSelector. getModeTimed()
Methods in com.atlassian.confluence.pageobjects.selenium3.component.dropdown with parameters of type PageRestrictionsDialogModeSelector.MODE Modifier and Type Method Description void
PageRestrictionsDialogModeSelector. setMode(PageRestrictionsDialogModeSelector.MODE mode)
-