ProgressBarTag

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

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

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

Functions

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

Properties

animated
Link copied to clipboard
var animated: <ERROR CLASS>

Determines if the progress bar is animated.

striped
Link copied to clipboard
var striped: <ERROR CLASS>

Determines if the progress bar is striped.

style
Link copied to clipboard
var style: <ERROR CLASS>

The style of the progress bar.

value
Link copied to clipboard
abstract var value: T

Abstract value for the progress bar.

Inheritors

NumberProgressBarTag
Link copied to clipboard