Class MeetingEntryInlinePage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- org.xwiki.test.ui.po.InlinePage
-
- org.xwiki.contrib.meeting.test.ui.po.MeetingEntryInlinePage
-
public class MeetingEntryInlinePage extends org.xwiki.test.ui.po.InlinePageRepresents the meeting entry inline page.- Version:
- $Id$
-
-
Field Summary
Fields Modifier and Type Field Description static StringVALUE_ATTRIBUTE_NAMEValue attribute name.
-
Constructor Summary
Constructors Constructor Description MeetingEntryInlinePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetEndDate()StringgetNotes()StringgetPlace()StringgetStartDate()StringgetStatus()voidsetDescription(String description)Sets the value of the description input field.voidsetEndDate(String endDate)Sets the value of the end date input field.voidsetLeader(String leader)Sets the value of the leader input field.voidsetNotes(String notes)Sets the value of the notes input field.voidsetParticipants(List<String> participants)Sets the value of the leader input field.voidsetPlace(String place)Sets the value of the place input field.voidsetStartDate(String startDate)Sets the value of the start date input field.voidsetStatus(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
-
-
-
-
Field Detail
-
VALUE_ATTRIBUTE_NAME
public static final String VALUE_ATTRIBUTE_NAME
Value attribute name.- See Also:
- Constant Field Values
-
-
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
-
-