|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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.appwithinminutes.test.po.ApplicationClassEditPage
public class ApplicationClassEditPage
Represents the actions available when editing the application class. This is also the second step of the App Within Minutes wizard, in which the application structure defined.
| Constructor Summary | |
|---|---|
ApplicationClassEditPage()
|
|
| Method Summary | ||
|---|---|---|
ClassFieldEditPane |
addField(String fieldType)
Drags a field of the specified type from the field palette to the field canvas. |
|
ApplicationHomeEditPage |
clickNextStep()
Clicks on the Next Step button. |
|
ApplicationCreatePage |
clickPreviousStep()
Clicks on the Previous Step button. |
|
void |
clickSaveAndContinue()
|
|
|
clickSaveAndView()
|
|
boolean |
hasPreviousStep()
|
|
void |
moveFieldBefore(String fieldToMove,
String beforeField)
Moves the class field specified by the first parameter before the class field specified by the second parameter |
|
void |
setUpdateClassSheet(boolean update)
Sets whether the class sheet should be updated or not. |
|
| Methods inherited from class org.xwiki.test.ui.po.InlinePage |
|---|
clickCancel, clickPreview, createViewPage, getContent, getForm |
| Methods inherited from class org.xwiki.test.ui.po.ViewPage |
|---|
clickBreadcrumbLink, clickWantedLink, editSection, exists, getBreadcrumbContent, hasBreadcrumbContent, isInlinePage, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, waitForDocExtraPaneActive, waitUntilContent |
| Methods inherited from class org.xwiki.test.ui.po.BasePage |
|---|
canDelete, clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, copy, createInlinePage, createPage, createSpace, delete, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getEditURL, getMetaDataValue, getPageMenuLink, getPageTitle, getPageURL, hasLoginLink, isAuthenticated, isNewDocument, login, logout, register, sendKeys, waitUntilPageIsLoaded, watchDocument, watchSpace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationClassEditPage()
| Method Detail |
|---|
public ApplicationHomeEditPage clickNextStep()
public ApplicationCreatePage clickPreviousStep()
public boolean hasPreviousStep()
true if the Previous Step button is present, false otherwisepublic <T extends ViewPage> T clickSaveAndView()
clickSaveAndView in class InlinePagepublic void clickSaveAndContinue()
clickSaveAndContinue in class InlinePagepublic ClassFieldEditPane addField(String fieldType)
fieldType - the type of field to add, as displayed on the field palette
public void moveFieldBefore(String fieldToMove,
String beforeField)
fieldToMove - the class field to be movedbeforeField - the class field before which to insert the field being movedpublic void setUpdateClassSheet(boolean update)
update - true to update the class sheet, false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||