One more thing.....do named actions have to be unique?
Thanks, Bob On Thu, Mar 25, 2010 at 1:49 PM, Robert Piotrowski <[email protected]>wrote: > I was looking at menubars here: > http://pivot.apache.org/tutorials/menu-bars.html > > .....and I think the "action mapping" is what I was looking for a while ago > when i was looking for a way to bind my java eventhandlers to the componets > defined in wtkx without having to fish them out specifically by ID and > adding them to the listerner collections for each component (ie, adding > click handlers to a dynamic list of checkboxes). > > Can i do it this way? > > Or am I assuming something? > > Can I call Action.getNamedActions() anytime after the serializer loads the > wtkx file? > > > > Bob >
