assertElementAttached method
void
assertElementAttached()
Implementation
void assertElementAttached() {
if (baseInnerElement == null) throw ComponentNotAttachedException(id);
}
void assertElementAttached() {
if (baseInnerElement == null) throw ComponentNotAttachedException(id);
}