public class OutputProgress extends UIComponentBase (Code)
OutputProgress is a JSF component class repersenting the ICEfaces progress
bar. This component can be used to output progress information to users when
a long running server-side process is necessary. The component can be run in
2 modes; "determinate" and "indeterminate".
OutputProgress extends the JSF UIComponentBase class.
By default this component is rendered by the "com.icesoft.faces.Bar" renderer
type.