org.guvnor.asset.management.client.editors.repository.wizard.pages
Class RepositoryWizardPage
java.lang.Object
org.guvnor.asset.management.client.editors.repository.wizard.pages.RepositoryWizardPage
- All Implemented Interfaces:
- com.google.gwt.user.client.ui.IsWidget, org.uberfire.ext.widgets.core.client.wizards.WizardPage
- Direct Known Subclasses:
- RepositoryInfoPage, RepositoryStructurePage
public abstract class RepositoryWizardPage
- extends Object
- implements org.uberfire.ext.widgets.core.client.wizards.WizardPage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.uberfire.ext.widgets.core.client.wizards.WizardPage |
getTitle, initialise, isComplete, prepareView |
content
protected com.google.gwt.user.client.ui.SimplePanel content
model
protected CreateRepositoryWizardModel model
wizardPageStatusChangeEvent
@Inject
protected javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> wizardPageStatusChangeEvent
structurePageWasVisited
protected boolean structurePageWasVisited
RepositoryWizardPage
public RepositoryWizardPage()
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidget in interface com.google.gwt.user.client.ui.IsWidget
fireEvent
public void fireEvent()
getModel
public CreateRepositoryWizardModel getModel()
setModel
public void setModel(CreateRepositoryWizardModel model)
setStructurePageWasVisited
public void setStructurePageWasVisited(boolean structurePageWasVisited)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.