Serialized Form

  • Package com.vaadin.flow.component.popover

    • Class com.vaadin.flow.component.popover.Popover

      class Popover extends com.vaadin.flow.component.Component implements Serializable
      • Serialized Fields

        • autoAddedToTheUi
          boolean autoAddedToTheUi
        • childDetachListener
          com.vaadin.flow.dom.ElementDetachListener childDetachListener
        • childDetachListenerMap
          Map<com.vaadin.flow.dom.Element,com.vaadin.flow.shared.Registration> childDetachListenerMap
        • openOnClick
          boolean openOnClick
        • openOnFocus
          boolean openOnFocus
        • openOnHover
          boolean openOnHover
        • target
          com.vaadin.flow.component.Component target
        • targetAttachRegistration
          com.vaadin.flow.shared.Registration targetAttachRegistration
        • targetDetachRegistration
          com.vaadin.flow.shared.Registration targetDetachRegistration
    • Class com.vaadin.flow.component.popover.Popover.OpenedChangeEvent

      class OpenedChangeEvent extends com.vaadin.flow.component.ComponentEvent<Popover> implements Serializable
      • Serialized Fields

        • opened
          boolean opened