Maybe you could add a Component Visitor to a Base Page (assuming you have a
BasePage) and then inspect all the components that way.

IVisitor<Component, Void>

Then based on the type of the Component being visited, attach a Behavior.

N


On Wed, Oct 31, 2012 at 1:57 PM, eugenebalt <eugeneb...@yahoo.com> wrote:

> I guess what I'm asking is, is there a common Post-Constructor place that
> could be generically called in Wicket, where I could iterate through all
> components and append a JavaScript modifier to selective ones (Button and
> Link types)?
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Generically-Append-a-JavaScript-Method-to-all-Buttons-Links-Throughout-App-tp4653495p4653498.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to