Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Customizable wizard page structure
Customizable wizard page structure [message #437042] Wed, 21 September 2005 02:40
Eclipse UserFriend
Originally posted by: vsbabu.hotmail.com

Hi,

I make "tasks" as a series of forms. I am doing this by using one model=
=

and then keep adding pages to the wizard.

It is really a series of mostly "view-only" pages with some minor "updat=
e" =

pages. At the end of it, last page has a Save/Confirm button and the mod=
el =

is synched to the backend.

The new requirement is to have the pages and their flows configurable. A=
t =

the very least, being able to skip some pages; and also to inject new =

pages (end users can write java classes to draw the form and populate it=
=

and then they need to be able to just specify the class on where it shou=
ld =

be within the task flow). Somewhat like a Struts-for-RCP!

To begin with, I won't need any conditional page selection.

Any thoughts on this? I was thinking of having a config file (may be in =
=

XML ;-() that is read and addPage() is called based on the order there.

-- =

Regards
Babu
--
http://vsbabu.org/
Previous Topic:isDirty in EditorPart being called too often?
Next Topic:How do i get a custom command line argument in my rcp application?
Goto Forum:
  


Current Time: Sun Dec 08 21:06:56 GMT 2024

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

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

Back to the top