Interface LinkExternal<E extends LinkExternal<E>>

    • Method Detail

      • download

        default E download()
        The download attribute specifies that the target will be downloaded when a user clicks on the hyperlink. This attribute is only used if the href attribute is set.
        Returns:
        this component for further customization
        See Also:
        https://www.w3schools.com/tags/att_a_download.asp
      • download

        default E download​(boolean download)
        Specifies whether or not to download file when a user clicks on the hyperlink. This attribute is only used if the href attribute is set.
        Parameters:
        download - whether or not to download file
        Returns:
        this component for further customization
        See Also:
        https://www.w3schools.com/tags/att_a_download.asp
      • target

        default E target​(String target)
        The target attribute specifies where to open the linked document. Can be set to any valid target value.
        Parameters:
        target - the target value
        Returns:
        this component for further customization
        See Also:
        https://www.w3schools.com/tags/att_a_target.asp