public class BrowserView extends com.gwtplatform.mvp.client.PopupViewImpl implements BrowserPresenter.MyView, BrowserNavigation
| Constructor and Description |
|---|
BrowserView(com.google.web.bindery.event.shared.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
center() |
List<Property> |
getSubaddress(ModelNode address) |
void |
onAddChildResource(ModelNode address,
ModelNode resource) |
void |
onPrepareAddChildResource(ModelNode address,
boolean isSquatting) |
void |
onRemoveChildResource(ModelNode address,
ModelNode selection) |
void |
onViewChild(ModelNode address,
String childName)
Child selection within editor components (outside left hand tree)
|
LinkedList<String> |
resolvePath(com.google.gwt.user.client.ui.TreeItem item) |
void |
setPresenter(BrowserPresenter presenter) |
void |
showAddDialog(ModelNode address,
org.jboss.ballroom.client.rbac.SecurityContext securityContext,
ModelNode desc) |
static ModelNode |
toAddress(List<String> path) |
void |
updateChildrenNames(ModelNode address,
List<ModelNode> modelNodes,
boolean flagSquatting) |
void |
updateChildrenTypes(ModelNode address,
List<ModelNode> modelNodes)
Update sub parts of the tree
|
void |
updateResource(ModelNode address,
org.jboss.ballroom.client.rbac.SecurityContext securityContext,
ModelNode description,
ModelNode resource) |
void |
updateRootTypes(ModelNode address,
List<ModelNode> modelNodes)
Update root node.
|
asPopupPanel, doCenter, hide, setAutoHideOnNavigationEventEnabled, setCloseHandler, setPosition, showaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Inject public BrowserView(com.google.web.bindery.event.shared.EventBus eventBus)
public void setPresenter(BrowserPresenter presenter)
setPresenter in interface BrowserPresenter.MyViewpublic void center()
center in interface com.gwtplatform.mvp.client.PopupViewcenter in class com.gwtplatform.mvp.client.PopupViewImplpublic com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetasWidget in class com.gwtplatform.mvp.client.ViewImplpublic void onViewChild(ModelNode address, String childName)
onViewChild in interface BrowserNavigationaddress - childName - public void updateRootTypes(ModelNode address, List<ModelNode> modelNodes)
updateRootTypes in interface BrowserPresenter.MyViewaddress - modelNodes - public void updateChildrenTypes(ModelNode address, List<ModelNode> modelNodes)
updateChildrenTypes in interface BrowserPresenter.MyViewaddress - modelNodes - public void updateChildrenNames(ModelNode address, List<ModelNode> modelNodes, boolean flagSquatting)
updateChildrenNames in interface BrowserPresenter.MyViewpublic void updateResource(ModelNode address, org.jboss.ballroom.client.rbac.SecurityContext securityContext, ModelNode description, ModelNode resource)
updateResource in interface BrowserPresenter.MyViewpublic List<Property> getSubaddress(ModelNode address)
getSubaddress in interface BrowserNavigationpublic LinkedList<String> resolvePath(com.google.gwt.user.client.ui.TreeItem item)
public void onRemoveChildResource(ModelNode address, ModelNode selection)
onRemoveChildResource in interface BrowserNavigationpublic void onPrepareAddChildResource(ModelNode address, boolean isSquatting)
onPrepareAddChildResource in interface BrowserNavigationpublic void onAddChildResource(ModelNode address, ModelNode resource)
onAddChildResource in interface BrowserNavigationpublic void showAddDialog(ModelNode address, org.jboss.ballroom.client.rbac.SecurityContext securityContext, ModelNode desc)
showAddDialog in interface BrowserPresenter.MyViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.