Uses of Class
org.xwiki.test.ui.po.EditRightsPane.State

Packages that use EditRightsPane.State
org.xwiki.test.ui.po   
 

Uses of EditRightsPane.State in org.xwiki.test.ui.po
 

Methods in org.xwiki.test.ui.po that return EditRightsPane.State
 EditRightsPane.State EditRightsPane.getGuestRight(EditRightsPane.Right right)
           
 EditRightsPane.State EditRightsPane.getRight(String entityName, EditRightsPane.Right right)
           
static EditRightsPane.State EditRightsPane.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EditRightsPane.State[] EditRightsPane.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xwiki.test.ui.po with parameters of type EditRightsPane.State
 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-2013 XWiki. All Rights Reserved.