цветное состояние в экселе

This commit is contained in:
2023-12-07 16:25:16 +03:00
parent 2044ff4320
commit 5ed803cda0
3 changed files with 142 additions and 28 deletions

View File

@@ -32,6 +32,9 @@ public enum TaskState implements StatusEnum {
//для фильтров тестирования двм системы.
public boolean isVisible() {
switch (this) {
case Inactive:
case Waiting:
case Canceled:
case Done:
case DoneWithErrors:
case AbortedByTimeout: