@Dependent public class DataSetDefWizardScreen extends Object
Modifier and Type | Field and Description |
---|---|
DataSetDefScreenView |
view |
Constructor and Description |
---|
DataSetDefWizardScreen(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager,
DataSetEditorWorkflowFactory workflowFactory,
org.jboss.errai.common.client.api.Caller<DataSetDefVfsServices> services,
DataSetClientServices clientServices,
javax.enterprise.event.Event<NotificationEvent> notification,
PlaceManager placeManager,
ErrorPopupPresenter errorPopupPresenter,
SavePopUpPresenter savePopUpPresenter,
DataSetDefScreenView view) |
Modifier and Type | Method and Description |
---|---|
void |
completeEdition(org.dashbuilder.dataset.def.DataSetDef dataSetDef,
org.dashbuilder.dataset.DataSet dataset) |
int |
getCurrentModelHash() |
org.dashbuilder.dataset.def.DataSetDef |
getDataSetDef() |
String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getView() |
void |
init(PlaceRequest placeRequest) |
boolean |
isDirty(Integer currentHash) |
boolean |
mayClose() |
void |
onClose() |
boolean |
onMayClose() |
protected void |
save() |
void |
setOriginalHash(Integer originalHash) |
public DataSetDefScreenView view
@Inject public DataSetDefWizardScreen(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager, DataSetEditorWorkflowFactory workflowFactory, org.jboss.errai.common.client.api.Caller<DataSetDefVfsServices> services, DataSetClientServices clientServices, javax.enterprise.event.Event<NotificationEvent> notification, PlaceManager placeManager, ErrorPopupPresenter errorPopupPresenter, SavePopUpPresenter savePopUpPresenter, DataSetDefScreenView view)
public String getTitle()
public com.google.gwt.user.client.ui.IsWidget getView()
public void init(PlaceRequest placeRequest)
@OnMayClose public boolean onMayClose()
public void onClose()
public void setOriginalHash(Integer originalHash)
public int getCurrentModelHash()
public org.dashbuilder.dataset.def.DataSetDef getDataSetDef()
public boolean mayClose()
public boolean isDirty(Integer currentHash)
public void completeEdition(org.dashbuilder.dataset.def.DataSetDef dataSetDef, org.dashbuilder.dataset.DataSet dataset)
protected void save()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.