Package io. kvision. progress
Bootstrap progress bar component.
Types
ContentGenerator
Link copied to clipboard
FormatFractionContentGenerator
Link copied to clipboard
class FormatFractionContentGenerator(numberFormat: Intl.NumberFormat) : ContentGenerator<Number>
Content copied to clipboard
FormatNumberValueContentGenerator
Link copied to clipboard
class FormatNumberValueContentGenerator(numberFormat: Intl.NumberFormat) : ContentGenerator<Number>
Content copied to clipboard
NumberProgressBarTag
Link copied to clipboard
class NumberProgressBarTag(progress: Progress<out Number>, initialValue: Number, contentGenerator: ContentGenerator<Number>, bgColor: BsBgColor?, className: String?, init: NumberProgressBarTag.() -> Unit?) : ProgressBarTag<Number>
Content copied to clipboard
ProgressBarTag
Link copied to clipboard
abstract class ProgressBarTag<T>(className: String?, bgColor: BsBgColor?) : Div
Content copied to clipboard
Functions
progress
Link copied to clipboard
progressNumeric
Link copied to clipboard
fun Progress<out Number>.progressNumeric(initialValue: Number = 0, contentGenerator: ContentGenerator<Number> = ContentGenerator { _, _, _ -> }, bgColor: BsBgColor? = null, className: String? = null, init: NumberProgressBarTag.() -> Unit? = null): NumberProgressBarTag
Content copied to clipboard