Interface IHasDisplayText

All Known Subinterfaces:
IHasDisplayTextWithArgs, IHasErrorText
All Known Implementing Classes:
ConstantHasDisplayText, ConstantHasErrorText, DynamicHasErrorText, DynamicHasErrorTextWithArgs, ECountry, ECountryName, ECountrySubName, ELocaleName, HasDisplayTextWithArgs
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IHasDisplayText
Base interface for objects that have a locale dependent display name.
Author:
Philip Helger
  • Method Details