Package de.espirit.firstspirit.agency
Interface DataSnippet
@NonExtendable
public interface DataSnippet
Definition of an accessor for snippet information.
- Since:
- 5.2.416
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringProvides the extract text being used as a long representation of the given object.@NotNull StringProvides the header text being used as a short representation of the given object.@Nullable Image<?>Provides a thumbnail image resource for the given object ornullif no thumbnail representation is available.
-
Method Details
-
getThumbnail
Provides a thumbnail image resource for the given object ornullif no thumbnail representation is available.- Returns:
- The thumbnail image or
null. - Since:
- 5.2.416
-
getHeader
Provides the header text being used as a short representation of the given object.- Returns:
- The header text.
- Since:
- 5.2.416
-
getExtract
Provides the extract text being used as a long representation of the given object.- Returns:
- The extract text or
null. - Since:
- 5.2.416
-