public static interface Html4.ParentElement<This> extends Html4.Element<This>, HtmlParent
This interface contains methods to add children to this parent.
Default Methods | |
---|---|
This |
add(Object... children)
Add children to this parent.
|
This |
add(Runnable code)
Run `code` with this element as the context parent.
|
attr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, title
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
default This add(Object... children)
The children are first detached from the context parent.
See ContextParent.detachThenAddTo(children, parent)
.