Class GeneratedVaadinDialog<R extends GeneratedVaadinDialog<R>>

    • Constructor Detail

      • GeneratedVaadinDialog

        public GeneratedVaadinDialog()
        Deprecated.
    • Method Detail

      • isOpenedBoolean

        @Deprecated
        @Synchronize(property="opened",
                     value="opened-changed")
        protected boolean isOpenedBoolean()
        Deprecated.
        since v23.3, generated classes will be removed in v24.

        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

        @Deprecated
        protected void setOpened​(boolean opened)
        Deprecated.
        since v23.3, generated classes will be removed in v24.

        Description copied from corresponding location in WebComponent:

        True if the overlay is currently displayed.

        Parameters:
        opened - the boolean value to set
      • getAriaLabelString

        @Deprecated
        protected String getAriaLabelString()
        Deprecated.
        since v23.3, generated classes will be removed in v24.

        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

        @Deprecated
        protected void setAriaLabel​(String ariaLabel)
        Deprecated.
        since v23.3, generated classes will be removed in v24.

        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