Class ProgressBar
java.lang.Object
tripleo.vendor.thinlet.objectwrapper.OWObject
tripleo.vendor.thinlet.objectwrapper.OWWidget
tripleo.vendor.thinlet.objectwrapper.ProgressBar
- Direct Known Subclasses:
- Slider
Widget that represent the thinlet progressbar.
- 
Field SummaryFields inherited from class tripleo.vendor.thinlet.objectwrapper.OWObjectfcomponent, fthinlet
- 
Constructor SummaryConstructorsConstructorDescriptionProgressBar(OWThinlet thinlet) ProgressBar(OWThinlet thinlet, Object component) 
- 
Method SummaryModifier and TypeMethodDescriptionintvoidgetMaximum(int value) intvoidgetMinimum(int value) intgetValue()voidgetValue(int value) voidsetOrientation(@NotNull EnumOrientation value) Methods inherited from class tripleo.vendor.thinlet.objectwrapper.OWWidgetdefineFocusgained, defineFocuslost, getColspan, getHalign, getHeight, getName, getProperty, getRowspan, getTooltip, getValign, getWeightx, getWeighty, getWidth, isEnabled, isI18n, isVisible, putProperty, setColspan, setEnabled, setHalign, setHeight, setI18n, setName, setPopupMenu, setRowspan, setTooltip, setValign, setVisible, setWeightx, setWeighty, setWidth
- 
Constructor Details- 
ProgressBar
- 
ProgressBar
 
- 
- 
Method Details- 
getMinimumpublic int getMinimum()
- 
getMinimumpublic void getMinimum(int value) 
- 
getMaximumpublic int getMaximum()
- 
getMaximumpublic void getMaximum(int value) 
- 
getValuepublic int getValue()
- 
getValuepublic void getValue(int value) 
- 
getOrientation
- 
setOrientation
 
-