Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » [NEON] Using Wizards (org.eclipse.scout.rt.client.ui.wizard)
[NEON] Using Wizards (org.eclipse.scout.rt.client.ui.wizard) [message #1764572] Wed, 31 May 2017 07:20 Go to next message
Eclipse UserFriend
Hello,

can anyone provide some information how to use the contents of the org.eclipse.scout.rt.client.ui.wizard package?

Thank you!
Re: [NEON] Using Wizards (org.eclipse.scout.rt.client.ui.wizard) [message #1766297 is a reply to message #1764572] Tue, 20 June 2017 01:56 Go to previous messageGo to next message
Eclipse UserFriend
Just a rough outline:


  • you'll need the forms you want to be part of your wizard (just create them like a normal form; give them the NullFormHandler)
  • extend AbstractWizard
  • in your wizard class add a step for each for as follows:
    public class MyFirstStep extends AbstractWizardStep<MyFirstForm> {}
  • add execActivate() and execDeactivate() methods to your steps as needed to handle the information stored in the forms
  • add execFinish() to your wizard class


That should hopefully get you started.
Re: [NEON] Using Wizards (org.eclipse.scout.rt.client.ui.wizard) [message #1780657 is a reply to message #1766297] Thu, 25 January 2018 07:38 Go to previous message
Eclipse UserFriend
Hi,

I followed the steps as described but the content of the forms (fields etc.) do not show up in the wizard. It looks like all steps have blank forms. Any idea what the problem is?

//Edit:

It works when I call getWizard().setWizardForm in execActivate

[Updated on: Thu, 25 January 2018 07:52] by Moderator

Previous Topic:Accessing the SearchForm from a TablePage
Next Topic:Scout - Maven - Configure animal sniffer plugin to use java 8?
Goto Forum:
  


Current Time: Sun Jul 13 07:42:53 EDT 2025

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

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

Back to the top