Interface VisualIdentityTableConfiguration
public interface VisualIdentityTableConfiguration
Represents the configuration used to define the visual identity of a table.
- Since:
- 6.2.1
-
Method Details
-
getColor
String getColor()Returns the color of the table defined in the data model. The returned value is an Hexadecimal color code. -
getIcon
VisualIdentityIcon getIcon()Returns the icon of the table defined in the data model.
-