You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
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

      • getAriaLabelString

        protected String getAriaLabelString()

        Description copied from corresponding location in WebComponent:

        Set the aria-label attribute for assistive technologies like screen readers. An undefined value for this property (the default) means that the aria-label attribute is not present at all.

        This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.

        Returns:

        the ariaLabel property from the webcomponent

      • setAriaLabel

        protected void setAriaLabel​(String ariaLabel)

        Description copied from corresponding location in WebComponent:

        Set the aria-label attribute for assistive technologies like screen readers. An undefined value for this property (the default) means that the aria-label attribute is not present at all.

        Parameters:

        ariaLabel - the String value to set