Class MeetingEntryInlinePage


  • public class MeetingEntryInlinePage
    extends org.xwiki.test.ui.po.InlinePage
    Represents the meeting entry inline page.
    Version:
    $Id$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String VALUE_ATTRIBUTE_NAME
      Value attribute name.
      • Fields inherited from class org.xwiki.test.ui.po.BasePage

        logo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDescription()  
      String getEndDate()  
      String getNotes()  
      String getPlace()  
      String getStartDate()  
      String getStatus()  
      void setDescription​(String description)
      Sets the value of the description input field.
      void setEndDate​(String endDate)
      Sets the value of the end date input field.
      void setLeader​(String leader)
      Sets the value of the leader input field.
      void setNotes​(String notes)
      Sets the value of the notes input field.
      void setParticipants​(List<String> participants)
      Sets the value of the leader input field.
      void setPlace​(String place)
      Sets the value of the place input field.
      void setStartDate​(String startDate)
      Sets the value of the start date input field.
      void setStatus​(String status)
      Sets the value of the status input field.
      • 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

      • MeetingEntryInlinePage

        public MeetingEntryInlinePage()
    • Method Detail

      • getStartDate

        public String getStartDate()
        Returns:
        the value of the start date input field
      • setStartDate

        public void setStartDate​(String startDate)
        Sets the value of the start date input field.
        Parameters:
        startDate - the new meeting entry start date
      • getEndDate

        public String getEndDate()
        Returns:
        the value of the end date input field
      • setEndDate

        public void setEndDate​(String endDate)
        Sets the value of the end date input field.
        Parameters:
        endDate - the new meeting entry start date
      • getPlace

        public String getPlace()
        Returns:
        the value of the place input field
      • setPlace

        public void setPlace​(String place)
        Sets the value of the place input field.
        Parameters:
        place - the new meeting entry place
      • getDescription

        public String getDescription()
        Returns:
        the value of the description input field
      • setDescription

        public void setDescription​(String description)
        Sets the value of the description input field.
        Parameters:
        description - the new meeting entry description
      • getNotes

        public String getNotes()
        Returns:
        the value of the notes input field
      • setNotes

        public void setNotes​(String notes)
        Sets the value of the notes input field.
        Parameters:
        notes - the new meeting entry notes
      • getStatus

        public String getStatus()
        Returns:
        the value of the notes input field
      • setStatus

        public void setStatus​(String status)
        Sets the value of the status input field.
        Parameters:
        status - the new meeting entry status
      • setLeader

        public void setLeader​(String leader)
        Sets the value of the leader input field.
        Parameters:
        leader - the new meeting entry leader
      • setParticipants

        public void setParticipants​(List<String> participants)
        Sets the value of the leader input field.
        Parameters:
        participants - the new meeting entry participants