PATH  WebObjects 4.0 Documentation > What's New in WebObjects 4.0

Table of Contents Previous Section

WOCompletionBar Component

The WOCompletionBar component displays a progress bar on your page. You might use WOCompletionBar in the status page of your long-running action (see WOLongResponsePage Class).

WOCompletionBar has the following attributes:
WOCompletionBar
Attribute Description
valueMin Minimum value for the bar or value at which the bar begins.
valueMax Maximum value for the bar, or value at which the bar ends.
value The current amount completed. The bar sizes to this number and displays the number inside itself.
numberformat Format in which to display the value number.
progressColor Color for showing the value. That is, this color shows the amount completed.
backgroundColor Color for the uncompleted portion.
width Table width used to make the bar.
border Table border used to make the bar.
align Alignment of the number to be displayed.

Table of Contents Next Section