Package org.xwiki.export.pdf.test.po
Class PDFTemplateEditPage
- 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.export.pdf.test.po.PDFTemplateEditPage
-
public class PDFTemplateEditPage extends InlinePage
Represents the actions possible when editing a PDF template.- Since:
- 14.9RC1
- Version:
- $Id: c21663ccc4d1c57be5e2d0ef2e41bd3db326f6de $
-
-
Constructor Summary
Constructors Constructor Description PDFTemplateEditPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCover()
String
getFooter()
String
getHeader()
String
getTableOfContents()
void
setCover(String value)
Sets the code that controls the PDF covervoid
setFooter(String value)
Sets the code that controls the PDF footer.void
setHeader(String value)
Sets the code that controls the PDF header.void
setTableOfContents(String value)
Sets the code that controls the PDF table of content-
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, getLastModifiedText, 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, getDrawerMenu, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, getXWikiMessageContent, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, isAuthenticated, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, toggleActionMenu, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, validateWCAG, validateWCAG, validateWCAG, viewChildren, watchDocument, watchSpace, watchWiki
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
getCover
public String getCover()
- Returns:
- the code that controls the PDF cover
-
setCover
public void setCover(String value)
Sets the code that controls the PDF cover- Parameters:
value
- the new code for the PDF cover
-
getTableOfContents
public String getTableOfContents()
- Returns:
- the code that controls the PDF table of contents
-
setTableOfContents
public void setTableOfContents(String value)
Sets the code that controls the PDF table of content- Parameters:
value
- the new code for the PDF table of contents
-
getHeader
public String getHeader()
- Returns:
- the code that controls the PDF header
-
setHeader
public void setHeader(String value)
Sets the code that controls the PDF header.- Parameters:
value
- the new code for the PDF header
-
getFooter
public String getFooter()
- Returns:
- the code that controls the PDF footer
-
setFooter
public void setFooter(String value)
Sets the code that controls the PDF footer.- Parameters:
value
- the new code for the PDF footer- Since:
- 14.10
-
-