Interface VisualIdentityTableConfiguration


public interface VisualIdentityTableConfiguration
Represents the configuration used to define the visual identity of a table.
Since:
6.2.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the color of the table defined in the data model.
    Returns the icon of the table defined in the data model.
  • 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

      Returns the icon of the table defined in the data model.