Versions Compared
Version | Old Version 1 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Enum graphomate.ui.tables.enums.Operator
graphomate.ui.tables.enums.Operator.Equal
Includes all values which equal operand1.
graphomate.ui.tables.enums.Operator.NotEqual
Includes all values which do not equal operand1.
graphomate.ui.tables.enums.Operator.Less
Includes all values which are smaller than operand1.
graphomate.ui.tables.enums.Operator.LessOrEqual
Includes all values which are smaller than or equal to operand1.
graphomate.ui.tables.enums.Operator.Greater
Includes all values which are greater than operand1.
graphomate.ui.tables.enums.Operator.GreaterOrEqual
Includes all values which are greater than or equal to operand1.
graphomate.ui.tables.enums.Operator.Between
Includes all values between operand1 and operand2.
graphomate.ui.tables.enums.Operator.NotBetween
Includes all values which are not between operand1 and operand2.
graphomate.ui.tables.enums.Operator.Always
Includes all values and respectively applies a row format configuration to all rows.
graphomate.ui.tables.enums.Operator.Hierarchy
Includes all values of the hierarchy level specified by operand1.
graphomate.ui.tables.enums.Operator.Index
Includes the value of the row with the index (0-based, top to bottom) specified by operand1.