public class DataSourcePresenter extends com.gwtplatform.mvp.client.Presenter<DataSourcePresenter.MyView,DataSourcePresenter.MyProxy> implements PropertyManagement
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourcePresenter.MyProxy |
static interface |
DataSourcePresenter.MyView |
| Constructor and Description |
|---|
DataSourcePresenter(com.google.web.bindery.event.shared.EventBus eventBus,
DataSourcePresenter.MyView view,
DataSourcePresenter.MyProxy proxy,
DataSourceStore dataSourceStore,
DriverRegistry driverRegistry,
RevealStrategy revealStrategy,
ApplicationProperties bootstrap,
DispatchAsync dispatcher,
BeanFactory beanFactory,
CurrentProfileSelection currentProfileSelection) |
bind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public DataSourcePresenter(com.google.web.bindery.event.shared.EventBus eventBus,
DataSourcePresenter.MyView view,
DataSourcePresenter.MyProxy proxy,
DataSourceStore dataSourceStore,
DriverRegistry driverRegistry,
RevealStrategy revealStrategy,
ApplicationProperties bootstrap,
DispatchAsync dispatcher,
BeanFactory beanFactory,
CurrentProfileSelection currentProfileSelection)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<DataSourcePresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<DataSourcePresenter.MyView,DataSourcePresenter.MyProxy>public void launchNewDatasourceWizard()
public void launchNewXADatasourceWizard()
public void onCreateDatasource(DataSource datasource)
public void onDelete(DataSource entity)
public void onDisable(DataSource entity, boolean doEnable)
public void closeDialogue()
public void onCreateXADatasource(XADataSource updatedEntity)
public void onDisableXA(XADataSource entity, boolean doEnable)
public void onDeleteXA(XADataSource entity)
public void loadPoolConfig(boolean isXA,
String dsName)
public void onSavePoolConfig(String editedName, Map<String,Object> changeset, boolean isXA)
public void onDeletePoolConfig(String editedName, PoolConfig entity, boolean isXA)
public void loadXAProperties(String dataSourceName)
public void onCreateXAProperty(String reference, PropertyRecord prop)
public void onDeleteXAProperty(String reference, PropertyRecord prop)
public void launchNewXAPropertyDialoge(String reference)
public void closeXAPropertyDialoge()
public void verifyConnection(DataSource dataSource, boolean xa, boolean existing)
public void onLoadConnectionProperties(String datasourceName)
public void onCreateProperty(String reference, PropertyRecord prop)
onCreateProperty in interface PropertyManagementpublic void onDeleteProperty(String reference, PropertyRecord prop)
onDeleteProperty in interface PropertyManagementpublic void onChangeProperty(String reference, PropertyRecord prop)
onChangeProperty in interface PropertyManagementpublic void launchNewPropertyDialoge(String reference)
launchNewPropertyDialoge in interface PropertyManagementpublic void closePropertyDialoge()
closePropertyDialoge in interface PropertyManagementpublic void onDoFlush(boolean isXA,
String editedName)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.