Class ElementInstrumentationInfo

java.lang.Object
com.vaadin.extension.ElementInstrumentationInfo

public class ElementInstrumentationInfo extends Object
Provides common information about a Flow DOM node that can be used in instrumentations
  • Constructor Details

    • ElementInstrumentationInfo

      public ElementInstrumentationInfo(com.vaadin.flow.internal.StateNode node)
      Creates an ElementInstrumentationInfo instance 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

      public String getElementLabel()
    • getView

      public com.vaadin.flow.component.Component getView()
    • getViewLabel

      public String getViewLabel()