Class Config
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.plugin.pln.kanban.config.Config
-
Nested Class Summary
Nested classes/interfaces inherited from class Config
Config.InitStopException -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor(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.booleanMethods inherited from class Config
initWhen, throwValidationException
-
Constructor Details
-
Config
-
-
Method Details
-
isPreviewEnabled
public boolean isPreviewEnabled() -
getColor
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 showingstatusId- process status IDcolumnPos- zero-based column position, used for the palette fallback- Returns:
- hex color string, never
null
-