Hi Cynthia,
I can kind of see why you'd want to do this, but you can
do the same thing with just one extra line of code right now, so I'm not
sure how much real use it would be to add to the Pivot API.
Action.getNamedActions().put("onclick", new Action() {
...
});
button.setAction("onclick");
Do you have a lot of these in your code to where it would save a
significant amount of coding??
~Roger Whitcomb
