@MbuiView public abstract class ServerView extends MbuiViewImpl<ServerPresenter> implements ServerPresenter.MyView
mbuiContext, presenter| Modifier and Type | Method and Description |
|---|---|
static ServerView |
create(MbuiContext mbuiContext) |
void |
updateInterfaces(List<NamedNode> interfaces) |
void |
updateJvms(List<NamedNode> jvms) |
void |
updatePaths(List<NamedNode> paths) |
void |
updateRuntime(ModelNode modelNode) |
void |
updateServer(Server server) |
void |
updateSystemProperties(List<NamedNode> properties) |
add, addSingleton, removeSingletonForm, resetForm, resetSingletonForm, saveForm, saveSingletonForm, setPresenterasElement, asElements, attach, detach, initElement, initElement, initElements, initElements, registerAttachable, registerAttachablesaddToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetPresenterpublic static ServerView create(MbuiContext mbuiContext)
public void updateServer(Server server)
updateServer in interface ServerPresenter.MyViewpublic void updateInterfaces(List<NamedNode> interfaces)
updateInterfaces in interface ServerPresenter.MyViewpublic void updateJvms(List<NamedNode> jvms)
updateJvms in interface ServerPresenter.MyViewpublic void updatePaths(List<NamedNode> paths)
updatePaths in interface ServerPresenter.MyViewpublic void updateSystemProperties(List<NamedNode> properties)
updateSystemProperties in interface ServerPresenter.MyViewpublic void updateRuntime(ModelNode modelNode)
updateRuntime in interface ServerPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.