Class CreateConnectorDetailsTab
java.lang.Object
com.atlassian.crowd.pageobjects.directory.DirectoryDetails<CreateConnectorDetailsTab>
com.atlassian.crowd.pageobjects.directory.create.ldap.connector.CreateConnectorDetailsTab
- All Implemented Interfaces:
CreateDirectoryTab
public class CreateConnectorDetailsTab
extends DirectoryDetails<CreateConnectorDetailsTab>
implements CreateDirectoryTab
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.CheckboxElement
protected com.atlassian.pageobjects.elements.PageElement
Fields inherited from class com.atlassian.crowd.pageobjects.directory.DirectoryDetails
active, description, name, pageBinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
com.atlassian.pageobjects.elements.PageElement
getTab()
void
setCacheEnabled
(boolean value) Methods inherited from class com.atlassian.crowd.pageobjects.directory.DirectoryDetails
getActive, getDescription, getName, setActive, setDescription, setName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.crowd.pageobjects.directory.common.CreateDirectoryTab
isActive, waitUntil
-
Field Details
-
tab
protected com.atlassian.pageobjects.elements.PageElement tab -
cacheEnabled
protected com.atlassian.pageobjects.elements.CheckboxElement cacheEnabled
-
-
Constructor Details
-
CreateConnectorDetailsTab
public CreateConnectorDetailsTab()
-
-
Method Details
-
getCacheEnabled
public boolean getCacheEnabled() -
setCacheEnabled
public void setCacheEnabled(boolean value) -
getTab
public com.atlassian.pageobjects.elements.PageElement getTab()- Specified by:
getTab
in interfaceCreateDirectoryTab
-