[forge-dev] Some questions on wizard steps
Ivan St. Ivanov
ivan.st.ivanov at gmail.com
Fri Jul 3 16:46:04 EDT 2015
Hey everybody,
It's me again, using a new thread for the sake of keeping stuff separated :)
My next questions concern defining wizard steps. There we go:
1) Suppose I define a wizard. But already at the first window the user can
say "I am done". And can press the Finish button. How can I specify in a
wizard step that the Finish button is clickable. From the docs I got it is
just by returning null from the next() method. But I want to have both the
opportunity to go to the next step or finish everything immediately. So
both Next and Finish buttons have to be enabled
2) That's a more tricky question. In a command window I want to give the
opportunity to the user to define one or more security roles. Pay attention
to the 'one or more' requirement: the user should be able to enter in one,
two, three, four or *n* text fields the name of the role they want to add
to the security constraint. How can I implement that?
Thanks,
Ivan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150703/6db2f50c/attachment.html
More information about the forge-dev
mailing list