com.atlassian.confluence.pageobjects.component.dialog
Class SharedFilesWizard

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.dialog.SharedFilesWizard
All Implemented Interfaces:
PageComponent

public class SharedFilesWizard
extends ConfluenceAbstractPageComponent

Panel(s) in the CreateDialog to collect context data for the Shared Files blueprint.

Since:
5.0

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, pageElementFinder, waiter
 
Constructor Summary
SharedFilesWizard()
           
 
Method Summary
 String getTitleError()
           
 void setDescription(String description)
           
 void setTitle(String title)
           
 ViewPage submit()
           
 void submitWithError()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedFilesWizard

public SharedFilesWizard()
Method Detail

setTitle

public void setTitle(String title)

setDescription

public void setDescription(String description)

submit

public ViewPage submit()

getTitleError

public String getTitleError()

submitWithError

public void submitWithError()


Copyright © 2003-2013 Atlassian. All Rights Reserved.