Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:20 Go to next message
A N is currently offline A NFriend
Messages: 25
Registered: July 2014
Junior Member
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 05:56 Go to previous messageGo to next message
Urs Beeli is currently offline Urs BeeliFriend
Messages: 573
Registered: October 2012
Location: Bern, Switzerland
Senior Member
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 12:38 Go to previous message
A N is currently offline A NFriend
Messages: 25
Registered: July 2014
Junior Member
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 12:52]

Report message to a 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: Sat Apr 20 03:04:51 GMT 2024

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

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

Back to the top