Hi all, I have a form with a few hundred components and I am calling isVisibleInHierarchy for each one of them twice. The reason I am doing this is because I am running some validations in onValidateModelObjects() and I want them skip validations for invisible components in some cases.
None of the panel components in the hierarchy have any isVisible() overloads, only some of them call setVisibilityAllowed() in onConfigure(). I just wanted to double check that this approach is not too expensive. Thanks in advance, Marios
