Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » WIzard implementation
WIzard implementation [message #634831] Sun, 24 October 2010 08:35 Go to next message
ash is currently offline ashFriend
Messages: 142
Registered: July 2010
Senior Member
Hi,

I have a wizard of 4 pages which accept few details
when it comes to 4 th page i need dispalay all the information in the 4 page which user as entered in the 1st,2nd,3rd page

the createControl is already invoked.. how will updated all the info 4th page. now i am gettting all data as null;

i have kept all the info in poja object and passeing these object to the 4th page and fetching the details from the poja object.

Thanks
Ashok
Re: WIzard implementation [message #637978 is a reply to message #634831] Tue, 09 November 2010 14:11 Go to previous message
Federico Gaule is currently offline Federico GauleFriend
Messages: 21
Registered: September 2010
Location: Buenos Aires, Argentina
Junior Member
Hi,

What you have done with the POJO is what i have implemented. Every wizard has a model attached which is in charge of doing all logic, wizard pages are just an UI representation of my model. Otherwise, you have logic in the "setVisible" methods, and that (for me) sucks.

Previous Topic:ViewerFilter implementation
Next Topic:Eclipse RCP app: How to disable specific extensions?
Goto Forum:
  


Current Time: Fri Apr 26 06:28:22 GMT 2024

Powered by FUDForum. Page generated in 0.03176 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top