Interface HyperlinkFallbackLabelProvider

  • All Known Implementing Classes:
    DefaultHyperlinkFallbackLabelProvider

    public interface HyperlinkFallbackLabelProvider
    Hyperlinks are bound with labels, but there are cases where label with hyperlink are empty and there is no possibility to click on it. In such cases a fallback label should be used.
    • Method Detail

      • getFallback

        java.lang.String getFallback​(java.lang.String label)
        Returns fallback label for hyperlink
        Parameters:
        label - which should be bound with hyperlink
        Returns:
        input if label is not blank or fallback value when input is blank