ProgressBarTag

abstract class ProgressBarTag<T>(className: String? = null, bgColor: BsBgColor? = null)

A base class for the progress bar tag. This class only exposes utility methods in order to set the typical attributes used by the bootstrap progress bar in a type-safe manner.

Inheritors

Constructors

Link copied to clipboard
constructor(className: String? = null, bgColor: BsBgColor? = 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
abstract var value: T

Abstract value for the progress bar.

Functions

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