What's the way to find a specific (known wicket id) Wicket Component within a Page regarding less effort performance?
Your options are:
visitChildren()
returns ComponentHierachyIterator which in turn has a method which has a method filterById() that returns another ComponentHierachyIterator
with the filtered component(s).If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With