class TaskJuggler::CellSettingPattern
A CellSettingPattern
is used to store alternative settings for ReportTableCell
settings. These could be the cell text, the tooltip or a color setting. The user can provide multiple options and the LogicalExpression
is used to select the pattern for a given cell.
Attributes
Public Class Methods
Source
# File lib/taskjuggler/TableColumnDefinition.rb, line 25 def initialize(setting, logExpr) @setting = setting @logExpr = logExpr end