NumberProgressBarTag

class NumberProgressBarTag(progress: Progress<out Number>, initialValue: Number = 0, contentGenerator: ContentGenerator<Number>, bgColor: BsBgColor? = null, className: String? = null, init: NumberProgressBarTag.() -> Unit? = null) : ProgressBarTag<Number>

An implementation of the @see ProgressBarTag, which works with plain old numbers

Constructors

Link copied to clipboard
constructor(progress: Progress<out Number>, initialValue: Number = 0, contentGenerator: ContentGenerator<Number>, bgColor: BsBgColor? = null, className: String? = null, init: NumberProgressBarTag.() -> Unit? = null)

Properties

Link copied to clipboard
var animated: <Error class: unknown class>

Determines if the progress bar is animated.

Link copied to clipboard
var striped: <Error class: unknown class>

Determines if the progress bar is striped.

Link copied to clipboard
var style: <Error class: unknown class>

The style of the progress bar.

Link copied to clipboard
open override var value: Number

Abstract value for the progress bar.

Functions

Link copied to clipboard
open fun buildClassSet(classSetBuilder: <Error class: unknown class>)