Class ServerGroupView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<ServerGroupPresenter>
-
- org.jboss.hal.client.runtime.group.ServerGroupView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,ServerGroupPresenter.MyView,MbuiView<ServerGroupPresenter>,HalView,HasPresenter<ServerGroupPresenter>
- Direct Known Subclasses:
Mbui_ServerGroupView
@MbuiView public abstract class ServerGroupView extends MbuiViewImpl<ServerGroupPresenter> implements ServerGroupPresenter.MyView
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServerGroupViewcreate(MbuiContext mbuiContext)voidupdateJvms(List<NamedNode> jvms)voidupdateServerGroup(ServerGroup serverGroup)voidupdateSystemProperties(List<NamedNode> properties)-
Methods inherited from class org.jboss.hal.core.mbui.MbuiViewImpl
setPresenter
-
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 org.jboss.hal.core.mvp.HasPresenter
setPresenter
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
create
public static ServerGroupView create(MbuiContext mbuiContext)
-
updateServerGroup
public void updateServerGroup(ServerGroup serverGroup)
- Specified by:
updateServerGroupin interfaceServerGroupPresenter.MyView
-
updateJvms
public void updateJvms(List<NamedNode> jvms)
- Specified by:
updateJvmsin interfaceServerGroupPresenter.MyView
-
updateSystemProperties
public void updateSystemProperties(List<NamedNode> properties)
- Specified by:
updateSystemPropertiesin interfaceServerGroupPresenter.MyView
-
-