Class PathsView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<PathsPresenter>
-
- org.jboss.hal.client.configuration.PathsView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,PathsPresenter.MyView,MbuiView<PathsPresenter>,HalView,HasPresenter<PathsPresenter>
- Direct Known Subclasses:
Mbui_PathsView
@MbuiView public abstract class PathsView extends MbuiViewImpl<PathsPresenter> implements PathsPresenter.MyView
TODO Add support for adding a validation handler for form-item 'name'
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PathsViewcreate(MbuiContext mbuiContext)voidupdate(List<NamedNode> paths)-
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 PathsView create(MbuiContext mbuiContext)
-
update
public void update(List<NamedNode> paths)
- Specified by:
updatein interfacePathsPresenter.MyView
-
-