Package com.hybris.cockpitng.labels
Interface HyperlinkFallbackLabelProvider
-
- All Known Implementing Classes:
DefaultHyperlinkFallbackLabelProvider
public interface HyperlinkFallbackLabelProviderHyperlinks 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFallback(java.lang.String label)Returns fallback label for hyperlink
-