Package com.vaadin.extension
Class ElementInstrumentationInfo
java.lang.Object
com.vaadin.extension.ElementInstrumentationInfo
Provides common information about a Flow DOM node that can be used in
instrumentations
-
Constructor Summary
ConstructorsConstructorDescriptionElementInstrumentationInfo(com.vaadin.flow.internal.StateNode node) Creates anElementInstrumentationInfoinstance from an element's state node -
Method Summary
-
Constructor Details
-
ElementInstrumentationInfo
public ElementInstrumentationInfo(com.vaadin.flow.internal.StateNode node) Creates anElementInstrumentationInfoinstance from an element's state node- Parameters:
node- the state node for the element
-
-
Method Details
-
getNode
public com.vaadin.flow.internal.StateNode getNode() -
getElement
public com.vaadin.flow.dom.Element getElement() -
getElementLabel
-
getView
public com.vaadin.flow.component.Component getView() -
getViewLabel
-