public class BrowserPresenter extends com.gwtplatform.mvp.client.PresenterWidget<BrowserPresenter.MyView>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BrowserPresenter.MyView |
| Constructor and Description |
|---|
BrowserPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
BrowserPresenter.MyView view,
DispatchAsync dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAddChildResource(ModelNode address,
ModelNode resource) |
protected void |
onBind() |
void |
onPinTreeSelection(ModelNode address)
Creates a permanent selection for a subtree
|
void |
onPrepareAddChildResource(ModelNode address,
boolean isSquatting)
Add a child resource
|
void |
onRefresh() |
void |
onRemoveChildResource(ModelNode address,
ModelNode selection)
Remove a child resource
|
protected void |
onReveal() |
void |
onSaveResource(ModelNode address,
Map<String,Object> changeset) |
void |
readChildrenNames(ModelNode address) |
void |
readChildrenTypes(ModelNode address,
boolean resetRoot) |
void |
readResource(ModelNode address) |
addHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReset, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public BrowserPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
BrowserPresenter.MyView view,
DispatchAsync dispatcher)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReveal()
onReveal in class com.gwtplatform.mvp.client.PresenterWidget<BrowserPresenter.MyView>public void onRefresh()
public void readChildrenTypes(ModelNode address, boolean resetRoot)
public void readChildrenNames(ModelNode address)
public void readResource(ModelNode address)
public void onPinTreeSelection(ModelNode address)
address - public void onRemoveChildResource(ModelNode address, ModelNode selection)
address - selection - public void onPrepareAddChildResource(ModelNode address, boolean isSquatting)
address - isSquatting - Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.