Package org.jboss.hal.client.runtime
Class BootErrorsElement
- java.lang.Object
-
- org.jboss.hal.client.runtime.BootErrorsElement
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>,Attachable
public class BootErrorsElement extends Object implements org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>, Attachable
-
-
Constructor Summary
Constructors Constructor Description BootErrorsElement(AddressTemplate template, MetadataRegistry metadataRegistry, Capabilities capabilities, Resources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach()elemental2.dom.HTMLElementelement()voidupdate(List<ModelNode> bootErrors)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.hal.ballroom.Attachable
detach
-
-
-
-
Constructor Detail
-
BootErrorsElement
public BootErrorsElement(AddressTemplate template, MetadataRegistry metadataRegistry, Capabilities capabilities, Resources resources)
-
-
Method Detail
-
element
public elemental2.dom.HTMLElement element()
- Specified by:
elementin interfaceorg.jboss.elemento.IsElement<elemental2.dom.HTMLElement>
-
attach
public void attach()
- Specified by:
attachin interfaceAttachable
-
-