Package com.storedobject.vaadin.util
Interface InternalElement
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This interface represents an internal element structure.
It provides a method to retrieve the internal element.
- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.dom.Element
Retrieves the internal element.
-
Method Details
-
getInternalElement
com.vaadin.flow.dom.Element getInternalElement()Retrieves the internal element.- Returns:
- the internal element of type Element
-