@MbuiView public abstract class HostView extends MbuiViewImpl<HostPresenter> implements HostPresenter.MyView
mbuiContext, presenter| Modifier and Type | Method and Description |
|---|---|
static HostView |
create(MbuiContext mbuiContext) |
void |
updateHost(Host host) |
void |
updateInterfaces(List<NamedNode> interfaces) |
void |
updateJvms(List<NamedNode> interfaces) |
void |
updateManagementInterfaces(List<NamedNode> endpoints) |
void |
updatePaths(List<NamedNode> paths) |
void |
updateSocketBindingGroups(List<NamedNode> groups) |
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 HostView create(MbuiContext mbuiContext)
public void updateManagementInterfaces(List<NamedNode> endpoints)
updateManagementInterfaces in interface HostPresenter.MyViewpublic void updateHost(Host host)
updateHost in interface HostPresenter.MyViewpublic void updateInterfaces(List<NamedNode> interfaces)
updateInterfaces in interface HostPresenter.MyViewpublic void updateJvms(List<NamedNode> interfaces)
updateJvms in interface HostPresenter.MyViewpublic void updatePaths(List<NamedNode> paths)
updatePaths in interface HostPresenter.MyViewpublic void updateSocketBindingGroups(List<NamedNode> groups)
updateSocketBindingGroups in interface HostPresenter.MyViewpublic void updateSystemProperties(List<NamedNode> properties)
updateSystemProperties in interface HostPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.