Class ObservedField.ObservedFieldElement

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.template.internal.DeprecatedPolymerTemplate, com.vaadin.flow.internal.Template, Serializable, HasId, WithIdMixin<ComponentObserver>
    Enclosing class:
    ObservedField

    @Tag("observed-field")
    @JsModule("./observed-field.js")
    public static final class ObservedField.ObservedFieldElement
    extends ComponentObserver
    This class gives a nice tag name to ObservedField in the browser. The corresponding client-side module also extends ComponentObserver.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.vaadin.flow.component.polymertemplate.PolymerTemplate

        getChildren
      • Methods inherited from class com.vaadin.flow.component.polymertemplate.AbstractTemplate

        getModel, getModelType, getModelType, getStateNode, initModel, isSupportedClass
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, findAncestor, fireEvent, from, get, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onEnabledStateChanged, scrollIntoView, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
    • Constructor Detail

      • ObservedFieldElement

        public ObservedFieldElement()