Class Config

java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.plugin.pln.kanban.config.Config

public class Config extends Config
  • Constructor Details

    • Config

      protected Config(ConfigMap config)
  • Method Details

    • isPreviewEnabled

      public boolean isPreviewEnabled()
    • getColor

      public String getColor(int queueId, int statusId, int columnPos)
      Provides the color for a status column, falling back to the queue's own palette, then to the global status color / palette, if not configured more specifically.
      Parameters:
      queueId - ID of the queue the board is showing
      statusId - process status ID
      columnPos - zero-based column position, used for the palette fallback
      Returns:
      hex color string, never null