Codota Logo
PageBinder.bind
Code IndexAdd Codota to your IDE (free)

How to use
bind
method
in
com.atlassian.pageobjects.PageBinder

Best Java code snippets using com.atlassian.pageobjects.PageBinder.bind (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ScheduledThreadPoolExecutor s =
  • Codota Iconnew ScheduledThreadPoolExecutor(corePoolSize)
  • Codota IconThreadFactory threadFactory;new ScheduledThreadPoolExecutor(corePoolSize, threadFactory)
  • Codota IconString str;new ScheduledThreadPoolExecutor(1, new ThreadFactoryBuilder().setNameFormat(str).build())
  • Smart code suggestions by Codota
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

  public GroupPickerPopup getPopup()
  {
    return pageBinder.bind(GroupPickerPopup.class, this);
  }
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public LicenseSetupPage submit()
{
  submitButton.click();
  return pageBinder.bind(LicenseSetupPage.class);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

@Init
public void initComponents()
{
  issueMenu = pageBinder.bind(IssueMenu.class, this);
  moreActionsMenu = pageBinder.bind(MoreActionsMenu.class);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public <P> P submit(Class<P> page, Object...args)
{
  submit();
  return binder.bind(page, args);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public Lozenge getItemByName(final String name)
{
  final PageElement element = selectDiv.find(itemLocator.apply(name));
  return pageBinder.bind(Lozenge.class, element);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public ViewUserPage returnToUserView()
{
  returnLink.click();
  return pageBinder.bind(ViewUserPage.class, username);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public ViewIssuePage confirm()
{
  deleteButton.click();
  return pageBinder.bind(ViewIssuePage.class, issueKey);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public ViewIssueTypesPage submit()
{
  submitButton.click();
  return binder.bind(ViewIssueTypesPage.class);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public AddIssueTypeToScreenSchemeAssociationDialog openAssociateIssueTypeToScreenSchemeDialog()
{
  addIssueTypeToScreenSchemeButton.click();
  return pageBinder.bind(AddIssueTypeToScreenSchemeAssociationDialog.class);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

@Init
public void init()
{
  language = pageBinder.bind(SingleSelect.class, form);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public SetupAccountPage submitToInstantPath()
{
  submitButton.click();
  return pageBinder.bind(SetupAccountPage.class);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

  @Override
  public ManageSubtasksPage cancel()
  {
    form.cancel();
    return binder.bind(ManageSubtasksPage.class);
  }
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

  public AssignWorkflowToSchemeDialog next()
  {
    clickNext();
    return binder.bind(AssignWorkflowToSchemeDialog.class, parentPage);
  }
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public AddProjectWizardProjectDetails acceptAndConfirm()
{
  submit.click();
  return binder.bind(AddProjectWizardConfirmSelection.class).confirm();
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public DeleteFieldConfigurationSchemePage delete(final String fieldConfigurationSchemeName)
{
  fieldConfigurationSchemesTable.find(By.cssSelector(format(DELETE_LINK_CSS_SELECTOR, fieldConfigurationSchemeName))).click();
  return pageBinder.bind(DeleteFieldConfigurationSchemePage.class);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

  public AddProjectWizardProjectTypeSelection createProject()
  {
    getDropdown().find(By.id("project_template_create_link_lnk")).click();
    return binder.bind(AddProjectWizardProjectTypeSelection.class);
  }
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

@Override
public <P> P submit(Class<P> klazz)
{
  form.submit();
  waitWhileSubmitting();
  assertDialogClosed();
  return binder.bind(klazz);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

@Override
public ViewWorkflowSteps gotoLiveWorkflow()
{
  assertTrue("Click to go to live workflow not present.", hasLinkToLiveWorkflow());
  final String name = getWorkflowName();
  viewLiveWorkflow.click();
  return binder.bind(ViewWorkflowSteps.class, name, false);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public BulkEdit bulkOperation()
{
  module.find(By.className("drop-menu")).click();
  waitUntilTrue(optionsDropDown.timed().isPresent());
  optionsDropDown.find(By.id("subtasks-bulk-operation")).click();
  return binder.bind(BulkEdit.class);
}
origin: com.atlassian.jira/atlassian-jira-pageobjects

public <P extends Page> P removeFrom(List<String> groups, Class<P> targetPage, Object... arguments)
{
  for (String group : groups)
  {
    joinedGroups.select(Options.text(group));
  }
  leave.click();
  Poller.waitUntilFalse("The inline dialog was supposed to disappear", userGroupPickerContainer.timed().isVisible());
  return pageBinder.bind(targetPage, arguments);
}
com.atlassian.pageobjectsPageBinderbind

Javadoc

Builds and binds the page object to the page.

Popular methods of PageBinder

  • navigateToAndBind
    Constructs the page object, changes the browser URL to the desired page URL, then binds the object t
  • override
    Overrides a page object
  • delayedBind
    Creates a delayed binder that gives the caller full control over the lifecycle of the page object. T

Popular in Java

  • Reactive rest calls using spring rest template
  • startActivity (Activity)
  • getContentResolver (Context)
  • setContentView (Activity)
  • BigInteger (java.math)
    Immutable arbitrary-precision integers. All operations behave as if BigIntegers were represented in
  • MalformedURLException (java.net)
    Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a s
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • DataSource (javax.sql)
    A factory for connections to the physical data source that this DataSource object represents. An alt
  • JButton (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now