I'm migrating my E3 to a pure E4 application. The E3 application used the activeWhen-Core Expression in Combination with propertyTesters to enable/disable ToolItems live. Now in E4 there is only the VisibleWhen Core Expression supported (right?).
Would I do this with the @CanExecute-Annotation now or is there a (hidden) activeWhen Expression? And if so, can I use the already existing Testers in this case or would it be better to use a new approach (like and inidividual Test for the individual cases)?