public class HostPropertiesPresenter extends CircuitPresenter<HostPropertiesPresenter.MyView,HostPropertiesPresenter.MyProxy> implements PropertyManagement
| Modifier and Type | Class and Description |
|---|---|
static interface |
HostPropertiesPresenter.MyProxy |
static interface |
HostPropertiesPresenter.MyView |
| Constructor and Description |
|---|
HostPropertiesPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
HostPropertiesPresenter.MyView view,
HostPropertiesPresenter.MyProxy proxy,
org.jboss.gwt.circuit.Dispatcher circuit,
DispatchAsync dispatcher,
BeanFactory factory,
HostStore hostStore,
PlaceRequestSecurityFramework placeRequestSecurityFramework) |
| Modifier and Type | Method and Description |
|---|---|
void |
closePropertyDialoge() |
void |
launchNewPropertyDialoge(String group) |
protected void |
onAction(org.jboss.gwt.circuit.Action action)
When this method is called it's guaranteed that the presenter is visible.
|
protected void |
onBind() |
void |
onChangeProperty(String groupName,
PropertyRecord prop) |
void |
onCreateProperty(String groupName,
PropertyRecord prop) |
void |
onDeleteProperty(String groupName,
PropertyRecord prop) |
protected void |
onReset() |
protected void |
revealInParent() |
addChangeHandler, onError, onError, onUnbindbind, 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 HostPropertiesPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
HostPropertiesPresenter.MyView view,
HostPropertiesPresenter.MyProxy proxy,
org.jboss.gwt.circuit.Dispatcher circuit,
DispatchAsync dispatcher,
BeanFactory factory,
HostStore hostStore,
PlaceRequestSecurityFramework placeRequestSecurityFramework)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onAction(org.jboss.gwt.circuit.Action action)
CircuitPresenteronAction in class CircuitPresenter<HostPropertiesPresenter.MyView,HostPropertiesPresenter.MyProxy>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<HostPropertiesPresenter.MyView,HostPropertiesPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<HostPropertiesPresenter.MyView>public void closePropertyDialoge()
closePropertyDialoge in interface PropertyManagementpublic void launchNewPropertyDialoge(String group)
launchNewPropertyDialoge in interface PropertyManagementpublic void onCreateProperty(String groupName, PropertyRecord prop)
onCreateProperty in interface PropertyManagementpublic void onDeleteProperty(String groupName, PropertyRecord prop)
onDeleteProperty in interface PropertyManagementpublic void onChangeProperty(String groupName, PropertyRecord prop)
onChangeProperty in interface PropertyManagementCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.