Interface VisualIdentityResourceConfiguration
public interface VisualIdentityResourceConfiguration
Represents the configuration used to define a visual identity by a resource field or dynamic URL.
- Since:
- 6.2.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default external resource used to define an image.Returns the dynamic external resource to represent the image.By default, the dynamic resource is used to define the visual identity.
-
Method Details
-
getDefaultResource
String getDefaultResource()Returns the default external resource used to define an image. It represents the fallback resource to be used if the dynamic resource is not specified. The resource can be defined by:
- A field of type resource that is defined in the associated table in the data model.
- A dynamic URL that contains a field of the table. This full URL will be resolved when displaying the records at the data set level.
- Since:
- 6.2.1
-
getDynamicResource
String getDynamicResource()Returns the dynamic external resource to represent the image.By default, the dynamic resource is used to define the visual identity. If not defined, the default resource will be used.
- Since:
- 6.2.1
-