Why is MarkupContainer.add( Component...) final, while MarkupContainer.addOrReplace( Component...) is virtual?

I'd like to be able to subclass MarkupContainer and override add, but I can't because it's final. What's the reason it's final?

(Of course, I can instead write myAdd() and call add from it, at teh cost of not having a consistent interface.)

Thanks,
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to