Class TaskManagerInlinePage


  • public class TaskManagerInlinePage
    extends org.xwiki.test.ui.po.InlinePage
    Represents a Task entry page being added (inline mode).
    Since:
    4.3M2
    Version:
    $Id: 1c600858c8ae7475c179e785904841a65520ab02 $
    • Field Summary

      • Fields inherited from class org.xwiki.test.ui.po.BasePage

        logo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearStartDate()  
      String getCreationDate()  
      String getReporter()  
      void setAssignee​(String assignee)  
      void setDueDate​(String dueDate)  
      void setName​(String name)  
      void setProgress​(String progress)  
      void setProject​(String project)  
      void setSeverity​(String severity)  
      void setStartDate​(String startDate)  
      void setStatus​(String status)  
      • Methods inherited from class org.xwiki.test.ui.po.InlinePage

        clickCancel, clickPreview, clickSaveAndContinue, clickSaveAndContinue, clickSaveAndView, clickSaveAndView, createViewPage, getContent, getForm, getFormLocator, getSaveAndContinueButton, getSaveAndViewButton, getValue, setValue
      • Methods inherited from class org.xwiki.test.ui.po.ViewPage

        clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, getPageBackgroundColor, getTitleColor, getTitleFontFamily, getTranslateButton, hasBreadcrumbContent, hasBreadcrumbContent, hasTranslateButton, isInlinePage, openCommentsDocExtraPane, openHistoryDocExtraPane, openInformationDocExtraPane, scrollToTop, useShortcutForDocExtraPane, useShortcutKeyForCommentPane, useShortcutKeyForHistoryPane, useShortcutKeyForInformationPane, waitForDocExtraPaneActive, waitUntilContent
      • Methods inherited from class org.xwiki.test.ui.po.BasePage

        canDelete, clickAdminActionsSubMenuEntry, clickEditSubMenuEntry, clickLocale, clickMoreActionsSubMenuEntry, copy, createInlinePage, createPage, delete, deletePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, hideDrawer, isAuthenticated, isDrawerVisible, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, showDrawer, toggleActionMenu, toggleDrawer, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, viewChildren, watchDocument, watchSpace, watchWiki
      • Methods inherited from class org.xwiki.test.ui.po.BaseElement

        getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
    • Constructor Detail

      • TaskManagerInlinePage

        public TaskManagerInlinePage()
    • Method Detail

      • setName

        public void setName​(String name)
        Parameters:
        name - the name of the Task entry
      • setProject

        public void setProject​(String project)
        Parameters:
        project - the name of the project for the task entry
      • getCreationDate

        public String getCreationDate()
        Returns:
        The creation date of the task (automatically set)
      • setDueDate

        public void setDueDate​(String dueDate)
        Parameters:
        dueDate - the due date for the task entry
      • setStartDate

        public void setStartDate​(String startDate)
        Parameters:
        startDate - the start date for the task entry
        Since:
        3.7.2
      • clearStartDate

        public void clearStartDate()
      • setSeverity

        public void setSeverity​(String severity)
        Parameters:
        severity - the severity/priority for the task entry
      • getReporter

        public String getReporter()
      • setAssignee

        public void setAssignee​(String assignee)
        Parameters:
        assignee - the assignee for the task entry
      • setStatus

        public void setStatus​(String status)
        Parameters:
        status - the status for the task entry
      • setProgress

        public void setProgress​(String progress)
        Parameters:
        progress - the progress for the task entry