T
- The type of handled objects.public interface ReportPluginRenderer<T>
Modifier and Type | Method and Description |
---|---|
String |
getDescription(T object)
Returns an evaluated description for the given object or
null if a description is not available. |
String |
getThumbnail(T object)
Provides the evaluated thumbnail URL for the given object or
null if an image representation is not
available. |
String |
getTitle(T object)
Provides an evaluated title for the given object.
|
String |
getTransferData(T object)
Returns evaluated transfer data for the given object or
null if not available. |
@Nullable String getThumbnail(T object)
null
if an image representation is not
available.
The thumbnail URL may be absolute. If the URL is not absolute, it will be considered relative to the
project-specific WebClient web application's directory.object
- The object that is to be rendered in the report list.null
if not thumbnail is to be shown.String getTitle(T object)
object
- The object that is to be rendered in the report list.@Nullable String getDescription(T object)
null
if a description is not available.object
- The object that is to be rendered in the report list.null
.@Nullable String getTransferData(T object)
null
if not available.
The transfer data can be dragged by the user (client-side) and dropped onto an FS_BUTTON instance that supports
plain-text content as a DROPTYPE.object
- The object that is to be rendered in the report list.null
if not available.Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500