There are following line in Javadoc for Dialog:
"YES Button object to fire dialog's "yesClick()" method on click".
In 3.1 and prior there was such method yesClick (onClick, noClick and so on). Now in 4.0 there is only cancelClick method.
Could you please explain why you remove yesClick and similar methods?? I have extension of Dialog class and use such methods internally. Now my code is broken and I cannot upgrade to 4.0.
"YES Button object to fire dialog's "yesClick()" method on click".
In 3.1 and prior there was such method yesClick (onClick, noClick and so on). Now in 4.0 there is only cancelClick method.
Could you please explain why you remove yesClick and similar methods?? I have extension of Dialog class and use such methods internally. Now my code is broken and I cannot upgrade to 4.0.
Comment