Interface ElementDelegate<E extends Element,B extends TypedBuilder<E,B>>

All Superinterfaces:
Container<E,B>, HasElement<E,B>, IsElement<E>, TypedBuilder<E,B>

public interface ElementDelegate<E extends Element,B extends TypedBuilder<E,B>> extends TypedBuilder<E,B>, HasElement<E,B>, Container<E,B>
Delegates all methods related to text and inner HTML from HasElement and all add() methods from Container to the element returned by delegate().

Please note that if you implement this interface in your (sub)component, you must use element().appendChild() to add something to the (sub)component itself!