Not at this point. The onAction (and other on* event listeners) were
more thought to be a signal/slot type approach, where you send a
"onAction" signal
and I try to find the slow it should go to, depending on method names
and signatures on the Java side.
But this has come up before, so it is probably a good enhancement. Pls
add an enhancement request for it.
However, I would only support hard-coded values, I don't want to get
into the complexity of passing expressions into the arguments.
Also, it would probably be in the event listener itself, since you can
pass multiple ones, e.g.:
JButton(onAction=[$confirm,save("Some hardcoded param"),cleanup])
On Aug 10, 10:51 am, Peter van der Winkel