Uses of Class
com.oorian.bootstrap.progress.BsProgress
Packages that use BsProgress
-
Uses of BsProgress in com.oorian.bootstrap.progress
Methods in com.oorian.bootstrap.progress that return BsProgressModifier and TypeMethodDescriptionBsProgress.setAnimated(boolean animated) Sets whether the progress bar is animated.Sets a custom label.BsProgress.setMax(int max) Sets the maximum value.BsProgress.setMin(int min) Sets the minimum value.BsProgress.setShowLabel(boolean showLabel) Sets whether to show the label.BsProgress.setStriped(boolean striped) Sets whether the progress bar is striped.BsProgress.setValue(int value) Sets the current value.BsProgress.setVariant(Variant variant) Sets the progress bar variant (color).