public abstract class BaseExamplesWizardPage extends Object implements ExamplesWizardPage
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.errai.common.client.api.Caller<ExamplesService> |
examplesService |
protected ExamplesWizardModel |
model |
protected javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> |
pageStatusChangedEvent |
protected org.jboss.errai.ui.client.local.spi.TranslationService |
translator |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseExamplesWizardPage() |
|
BaseExamplesWizardPage(org.jboss.errai.ui.client.local.spi.TranslationService translator,
org.jboss.errai.common.client.api.Caller<ExamplesService> examplesService,
javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> pageStatusChangedEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
setModel(ExamplesWizardModel model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected org.jboss.errai.ui.client.local.spi.TranslationService translator
protected org.jboss.errai.common.client.api.Caller<ExamplesService> examplesService
protected javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> pageStatusChangedEvent
protected ExamplesWizardModel model
protected BaseExamplesWizardPage()
public BaseExamplesWizardPage(org.jboss.errai.ui.client.local.spi.TranslationService translator,
org.jboss.errai.common.client.api.Caller<ExamplesService> examplesService,
javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> pageStatusChangedEvent)
public void setModel(ExamplesWizardModel model)
setModel in interface ExamplesWizardPagepublic void destroy()
destroy in interface ExamplesWizardPageCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.