Uses of Class
com.jbstrap.ui.components.Counter
Packages that use Counter
-
Uses of Counter in com.jbstrap.ui.components
Methods in com.jbstrap.ui.components that return CounterModifier and TypeMethodDescriptionfinal Counter
Counter.add
(int value) Increments the counter value by the given valuefinal Counter
Counter.dec()
Decrements counter value by 1final Counter
Counter.inc()
Increments the counter value by 1final Counter
Counter.loss
(int value) Decrements the counter value by the given numberfinal Counter
Counter.setBackgoundColor
(Color color) Sets the background color of the counter Default background color is the theme WARNING colorfinal Counter
Counter.setBackgoundColor
(String color) Sets the background color of the counter Default background color is the theme WARNING color.final Counter
Counter.setTextColor
(Color color) Sets the text color of the counter Default text color is the theme text colorfinal Counter
Counter.setTextColor
(String color) Sets the color of the values on the counter.final Counter
Counter.setValue
(long value) Sets the value of the counter component