Class PagesWizardPage
- java.lang.Object
-
- org.dashbuilder.client.cms.screen.transfer.export.wizard.PagesWizardPage
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,org.uberfire.ext.widgets.core.client.wizards.WizardPage
@ApplicationScoped public class PagesWizardPage extends Object implements org.uberfire.ext.widgets.core.client.wizards.WizardPage
-
-
Constructor Summary
Constructors Constructor Description PagesWizardPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()List<String>getSelectedPages()StringgetTitle()voidinitialise()voidisComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)voidprepareView()voidsetPages(List<String> pages)
-
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceorg.uberfire.ext.widgets.core.client.wizards.WizardPage
-
isComplete
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
- Specified by:
isCompletein interfaceorg.uberfire.ext.widgets.core.client.wizards.WizardPage
-
initialise
public void initialise()
- Specified by:
initialisein interfaceorg.uberfire.ext.widgets.core.client.wizards.WizardPage
-
prepareView
public void prepareView()
- Specified by:
prepareViewin interfaceorg.uberfire.ext.widgets.core.client.wizards.WizardPage
-
-