Class GrouperUiBrowser
java.lang.Object
edu.internet2.middleware.grouper.app.browser.GrouperUiBrowser
- Type Parameters:
T
-
- Direct Known Subclasses:
GrouperUiBrowserCustomUiView
,GrouperUiBrowserDaemonViewErrors
,GrouperUiBrowserGeneralVerifyVersion
,GrouperUiBrowserGroupCreate
,GrouperUiBrowserGroupDelete
,GrouperUiBrowserGroupEdit
,GrouperUiBrowserGroupFinder
,GrouperUiBrowserMembershipAdd
,GrouperUiBrowserMembershipFinder
,GrouperUiBrowserMembershipRemove
,GrouperUiBrowserProvisioningAssignGroup
,GrouperUiBrowserProvisioningRemoveGroup
,GrouperUiBrowserTemplateRun
This is the programmatic browser class.
-
Constructor Summary
ConstructorDescriptionGrouperUiBrowser
(GrouperPage grouperPage) Field that represents which page the programmatic browser is interacting with. -
Method Summary
Modifier and TypeMethodDescriptionField that represents which page the programmatic browser is interacting with.
-
Constructor Details
-
GrouperUiBrowser
Field that represents which page the programmatic browser is interacting with.- Parameters:
page
- is the page to be interacted with
-
-
Method Details
-
getGrouperPage
Field that represents which page the programmatic browser is interacting with.- Returns:
- the page
-