Re: Programmatic access to a componen instance generated by a switch component

2019-03-27 Thread George Domurot
Hi Hugi, You can always you the trusty delegation pattern: SomeComponentThatContainsAWOSwitchComponent nextPage = pageWithName( SomeComponentThatContainsAWOSwitchComponent.class ); nextPage.setSomeComponentThatContainsAWOSwitchComponentDelegate(this); nextPage.componentInstanceDisplayedByWOSwitc

Programmatic access to a componen instance generated by a switch component

2019-03-27 Thread Hugi Thordarson
Hi all. I think I might be out of luck here, but does anyone have Some Amazing Way™ to programmatically work with a component instance generated by a WOSwichComponent? Ideally, what I'd be able to do is something like: SomeComponentThatContainsAWOSwitchComponent nextPage = pageWithName( SomeCom