java - Wicket component to use for a step by step process -
i developing application in wicket has several pages.its step step configuration. application has around 6-7 pages of configuration connection information,table information,security information, etc. component use show step step progress , when complete it.for instance if complete connection information, tick mark or car reaching connection information in progress bar needs shown. please suggest ideas new wicket , want ui rich possible.
also, how easy combine wicket bootstrap?
check http://www.wicket-library.com/wicket-examples-6.0.x/wizard step-by-step component. works panel instead of page.
for integration bootstrap see: https://github.com/l0rdn1kk0n/wicket-bootstrap. nice wizard bootstrap: http://ajoke.cz/wizard/examples
Comments
Post a Comment