Class HostPreview
- java.lang.Object
-
- org.jboss.hal.core.finder.PreviewContent<T>
-
- org.jboss.hal.client.runtime.RuntimePreview<Host>
-
- org.jboss.hal.client.runtime.host.HostPreview
-
- All Implemented Interfaces:
Iterable<elemental2.dom.HTMLElement>,Attachable
public class HostPreview extends RuntimePreview<Host>
-
-
Constructor Summary
Constructors Constructor Description HostPreview(Dispatcher dispatcher, HostActions hostActions, Host host, Resources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdate(Host host)-
Methods inherited from class org.jboss.hal.core.finder.PreviewContent
attach, detach, iterator
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
HostPreview
public HostPreview(Dispatcher dispatcher, HostActions hostActions, Host host, Resources resources)
-
-
Method Detail
-
update
public void update(Host host)
- Overrides:
updatein classPreviewContent<Host>
-
-