before the run() method is called. It is used to transfer the information from the
dialog fields into the class variables.
The method has the following content.
1 2 3 4 5 6 7 8 9 | public boolean getFromDialog() { boolean ret; ret = super(); custAccount = dialogAccount.value(); fromDate = dialogFromDate.value(); toDate = dialogToDate.value(); return ret; } |
Best Regards,
Hossein Karimi
No comments:
Post a Comment