com.atlassian.jira.webtest.selenium.framework.dialogs
Class LogWorkDialog

java.lang.Object
  extended by com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
      extended by com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractDialog<T>
          extended by com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractSubmittableDialog<T>
              extended by com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractIssueDialog<LogWorkDialog>
                  extended by com.atlassian.jira.webtest.selenium.framework.dialogs.LogWorkDialog
All Implemented Interfaces:
Cancelable<SubmittableDialog>, LocalizablePageObject, PageObject, Submittable<SubmittableDialog>, Dialog, IssueActionDialog, SubmittableDialog

public class LogWorkDialog
extends AbstractIssueDialog<LogWorkDialog>

Represents the "Log Work" dialog.

Since:
v4.1

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractIssueDialog
actionsDialog, DIALOG_CONTENT_READY_SELECTOR, issueNavigator, viewIssue, VISIBLE_DIALOG_CONTENT_SELECTOR
 
Fields inherited from class com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
assertThat, client, context
 
Constructor Summary
LogWorkDialog(SeleniumContext ctx)
           
 
Method Summary
 Date getStartDateEnglish()
           
 String getStartDateString()
           
 CalendarPopup openDateStartedCalendar()
           
 
Methods inherited from class com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractIssueDialog
actionName, assertNotOpen, assertReady, cancelTriggerLocator, isOpenable, issueOperation, open, openFromIssueNav, openFromViewIssue, submit, submitTriggerLocator, visibleDialogContentsLocator
 
Methods inherited from class com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractSubmittableDialog
afterSubmit, cancel, closeByEscape, submit, submit
 
Methods inherited from class com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractDialog
assertReady, asTargetType, dialogContentsReadyLocator, inDialog, isClosed, isOpen, locator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.dialogs.Dialog
inDialog, isClosed, isOpen
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.PageObject
assertReady
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.LocalizablePageObject
locator
 

Constructor Detail

LogWorkDialog

public LogWorkDialog(SeleniumContext ctx)
Method Detail

openDateStartedCalendar

public CalendarPopup openDateStartedCalendar()

getStartDateString

public String getStartDateString()

getStartDateEnglish

public Date getStartDateEnglish()


Copyright © 2002-2013 Atlassian. All Rights Reserved.