Class HostView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<HostPresenter>
-
- org.jboss.hal.client.runtime.host.HostView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,HostPresenter.MyView,MbuiView<HostPresenter>,HalView,HasPresenter<HostPresenter>
- Direct Known Subclasses:
Mbui_HostView
@MbuiView public abstract class HostView extends MbuiViewImpl<HostPresenter> implements HostPresenter.MyView
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostViewcreate(MbuiContext mbuiContext)voidsetPresenter(HostPresenter presenter)voidupdateHost(Host host)voidupdateInterfaces(List<NamedNode> interfaces)voidupdateJvms(List<NamedNode> interfaces)voidupdateManagementInterfaces(List<NamedNode> endpoints, int pathIndex)voidupdatePaths(List<NamedNode> paths)voidupdateSocketBindingGroups(List<NamedNode> groups)voidupdateSystemProperties(List<NamedNode> properties)-
Methods inherited from class org.jboss.hal.core.mvp.HalViewImpl
attach, detach, element, iterator
-
Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, removeFromSlot, setInSlot
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
create
public static HostView create(MbuiContext mbuiContext)
-
setPresenter
public void setPresenter(HostPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<HostPresenter>- Overrides:
setPresenterin classMbuiViewImpl<HostPresenter>
-
updateManagementInterfaces
public void updateManagementInterfaces(List<NamedNode> endpoints, int pathIndex)
- Specified by:
updateManagementInterfacesin interfaceHostPresenter.MyView
-
updateHost
public void updateHost(Host host)
- Specified by:
updateHostin interfaceHostPresenter.MyView
-
updateInterfaces
public void updateInterfaces(List<NamedNode> interfaces)
- Specified by:
updateInterfacesin interfaceHostPresenter.MyView
-
updateJvms
public void updateJvms(List<NamedNode> interfaces)
- Specified by:
updateJvmsin interfaceHostPresenter.MyView
-
updatePaths
public void updatePaths(List<NamedNode> paths)
- Specified by:
updatePathsin interfaceHostPresenter.MyView
-
updateSocketBindingGroups
public void updateSocketBindingGroups(List<NamedNode> groups)
- Specified by:
updateSocketBindingGroupsin interfaceHostPresenter.MyView
-
updateSystemProperties
public void updateSystemProperties(List<NamedNode> properties)
- Specified by:
updateSystemPropertiesin interfaceHostPresenter.MyView
-
-