com.vaadin.flow.component.dialog.

Class GeneratedVaadinDialog<R extends GeneratedVaadinDialog<R>>

    • Constructor Detail

      • GeneratedVaadinDialog

        public GeneratedVaadinDialog()
    • Method Detail

      • isOpenedBoolean

        @Synchronize(property="opened",
                     value="opened-changed")
        protected boolean isOpenedBoolean()

        Description copied from corresponding location in WebComponent:

        True if the overlay is currently displayed.

        This property is synchronized automatically from client side when a 'opened-changed' event happens.

        Returns:

        the opened property from the webcomponent

      • setOpened

        protected void setOpened(boolean opened)

        Description copied from corresponding location in WebComponent:

        True if the overlay is currently displayed.

        Parameters:

        opened - the boolean value to set