Package | Description |
---|---|
org.xwiki.test.ui.po |
Modifier and Type | Method and Description |
---|---|
static EditRightsPane.Right |
EditRightsPane.Right.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditRightsPane.Right[] |
EditRightsPane.Right.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EditRightsPane.clickGuestRight(EditRightsPane.Right right) |
void |
EditRightsPane.clickRight(String entityName,
EditRightsPane.Right right)
Click once on a right button, waiting for the next state to appear.
|
EditRightsPane.State |
EditRightsPane.getGuestRight(EditRightsPane.Right right) |
EditRightsPane.State |
EditRightsPane.getRight(String entityName,
EditRightsPane.Right right) |
void |
EditRightsPane.setGuestRight(EditRightsPane.Right right,
EditRightsPane.State wantedState)
Click on a right button until it gets in the wanted state.
|
void |
EditRightsPane.setRight(String entityName,
EditRightsPane.Right right,
EditRightsPane.State wantedState)
Click on a right button until it gets in the wanted state.
|
Copyright © 2004–2021 XWiki. All rights reserved.