Class WebserviceView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.client.configuration.subsystem.webservice.WebserviceView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,WebservicePresenter.MyView,HalView,HasPresenter<WebservicePresenter>
public class WebserviceView extends HalViewImpl implements WebservicePresenter.MyView
-
-
Constructor Summary
Constructors Constructor Description WebserviceView(MetadataRegistry metadataRegistry, TableButtonFactory tableButtonFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPresenter(WebservicePresenter presenter)voidupdate(ModelNode payload)voidupdateHandlerChains(org.jboss.hal.client.configuration.subsystem.webservice.Config configType, org.jboss.hal.client.configuration.subsystem.webservice.HandlerChain handlerChainType, List<NamedNode> handlerChains)voidupdateHandlers(org.jboss.hal.client.configuration.subsystem.webservice.Config configType, org.jboss.hal.client.configuration.subsystem.webservice.HandlerChain handlerChainType, List<NamedNode> handlers)-
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
-
-
-
-
Constructor Detail
-
WebserviceView
@Inject public WebserviceView(MetadataRegistry metadataRegistry, TableButtonFactory tableButtonFactory)
-
-
Method Detail
-
setPresenter
public void setPresenter(WebservicePresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<WebservicePresenter>
-
update
public void update(ModelNode payload)
- Specified by:
updatein interfaceWebservicePresenter.MyView
-
updateHandlerChains
public void updateHandlerChains(org.jboss.hal.client.configuration.subsystem.webservice.Config configType, org.jboss.hal.client.configuration.subsystem.webservice.HandlerChain handlerChainType, List<NamedNode> handlerChains)- Specified by:
updateHandlerChainsin interfaceWebservicePresenter.MyView
-
updateHandlers
public void updateHandlers(org.jboss.hal.client.configuration.subsystem.webservice.Config configType, org.jboss.hal.client.configuration.subsystem.webservice.HandlerChain handlerChainType, List<NamedNode> handlers)- Specified by:
updateHandlersin interfaceWebservicePresenter.MyView
-
-