extend the base Wizard, and your implementation override "newOverviewBar" and return you overview bar
On Fri, 2009-10-16 at 08:24 +0200, Frank Prins wrote: > Hey Wicketeers! > > > > I just started to include a Wizard in our project, just the simple and > clean non-dynamic implementation. All seems to work fine, amazing you > can include such a lot of functionality with just a few lines of code. > > > > But here it comes: I now want to create a kind of overview on wizard > level, a panel indicating which step is the current, which ones has been > done, and the ones coming next. > > In the apidocs there is already a hook created called "newOverviewBar", > to be overwritten. Now I run into trouble... > > How is this supposed to be overwritten in my Wizard implementation, and > in what way should I implement it in the constructor? > > > > Maybe someone can give me a hint to help me on the way, maybe there is > even some sample inplementation code, I guess this has been done be > several people? > > > > thanks for the help, best regards, > > Frank Prins > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
