Class TransactionView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<TransactionPresenter>
-
- org.jboss.hal.client.configuration.subsystem.transaction.TransactionView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,TransactionPresenter.MyView,MbuiView<TransactionPresenter>,HalView,HasPresenter<TransactionPresenter>
- Direct Known Subclasses:
Mbui_TransactionView
@MbuiView public abstract class TransactionView extends MbuiViewImpl<TransactionPresenter> implements TransactionPresenter.MyView
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransactionViewcreate(MbuiContext mbuiContext)voidsetPresenter(TransactionPresenter presenter)voidupdateConfiguration(ModelNode configuration)-
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 TransactionView create(MbuiContext mbuiContext)
-
setPresenter
public void setPresenter(TransactionPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<TransactionPresenter>- Overrides:
setPresenterin classMbuiViewImpl<TransactionPresenter>
-
updateConfiguration
public void updateConfiguration(ModelNode configuration)
- Specified by:
updateConfigurationin interfaceTransactionPresenter.MyView
-
-