You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Athneria, Mahendra" <ma...@atos.net> on 2013/01/31 06:19:01 UTC

Progress bar component in Tapestry5

Hi All,

I have to implement Progress bar in my project. I don't know whether Progress Bar is a component in tapestry or not.

Could someone help me if they have any idea how to implement Progress bar in Tapestry?

Regards,
Mahendra

Re: Progress bar component in Tapestry5

Posted by rnicholus <rn...@widen.com>.
A second option is to make use of Bootstrap's Progress Bar component, if you
are already using Bootstrap, this should be simple to implement. 
http://twitter.github.com/bootstrap/components.html#progress



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Progress-bar-component-in-Tapestry5-tp5719688p5719707.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Progress bar component in Tapestry5

Posted by Emmanuel DEMEY <de...@gmail.com>.
Hi,

You can maybe use Tapestry5-jQuery, and create your own Progress Bar with
the jQuery UI Widget : http://jqueryui.com/progressbar/

Manu


2013/1/31 Athneria, Mahendra <ma...@atos.net>

> Hi All,
>
> I have to implement Progress bar in my project. I don't know whether
> Progress Bar is a component in tapestry or not.
>
> Could someone help me if they have any idea how to implement Progress bar
> in Tapestry?
>
> Regards,
> Mahendra
>



-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emmanuel@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey

Re: Progress bar component in Tapestry5

Posted by Lance Java <la...@googlemail.com>.
I've implemented a very simple / ugly progress bar in tapestry. You could use
your progress bar widget of choice to make it look prettier (jquery progress
/ bootstrap progress etc). Tasks are managed by the ProgressTaskManager
which is backed by Tapestry's ParallelExecutor.

Some interesting files:
https://github.com/uklance/tapestry-stitch/blob/master/src/main/java/org/lazan/t5/stitch/model/ProgressTask.java
https://github.com/uklance/tapestry-stitch/blob/master/src/main/java/org/lazan/t5/stitch/services/ProgressTaskManagerImpl.java
https://github.com/uklance/tapestry-stitch/blob/master/src/main/java/org/lazan/t5/stitch/components/ProgressLink.java
https://github.com/uklance/tapestry-stitch/blob/master/src/main/resources/org/lazan/t5/stitch/components/ProgressLink.tml
https://github.com/uklance/tapestry-stitch/blob/master/src/main/resources/org/lazan/t5/stitch/components/ProgressLink.js

Demo:
https://github.com/uklance/tapestry-stitch-demo/blob/master/src/main/java/org/lazan/t5/stitch/demo/pages/ProgressLinkDemo.java
https://github.com/uklance/tapestry-stitch-demo/blob/master/src/main/resources/org/lazan/t5/stitch/demo/pages/ProgressLinkDemo.tml

Cheers,
Lance.



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Progress-bar-component-in-Tapestry5-tp5719688p5719709.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org