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.

Constructors

Link copied to clipboard
fun ProgressBarTag(className: String? = null, bgColor: BsBgColor? = null)

Functions

Link copied to clipboard
open fun buildClassSet(classSetBuilder: <ERROR CLASS>)

Properties

Link copied to clipboard
var animated: <ERROR CLASS>

Determines if the progress bar is animated.

Link copied to clipboard
var striped: <ERROR CLASS>

Determines if the progress bar is striped.

Link copied to clipboard
var style: <ERROR CLASS>

The style of the progress bar.

Link copied to clipboard
abstract var value: T

Abstract value for the progress bar.

Inheritors

Link copied to clipboard