Package pyforms :: Package web :: Package Controls :: Module ControlProgress :: Class ControlProgress
[hide private]
[frames] | no frames]

Class ControlProgress

source code


Instance Methods [hide private]
 
__init__(self, label="%p%", defaultValue=0, min=0, max=100)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
initControl(self) source code
 
value(self, value) source code
 
min(self, value) source code
 
max(self, value) source code

Inherited from ControlBase.ControlBase: __repr__, __str__, addPopupMenuOption, addPopupSubMenuOption, changed, enabled, finishEditing, help, hide, httpRequest, label, load, maxHeight, maxWidth, minHeight, minWidth, openPopupMenu, parent, save, show, storage, updateControl, valueUpdated

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  _min = 0
  _max = 100

Inherited from ControlBase.ControlBase (private): _controlHTML, _label, _value

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, label="%p%", defaultValue=0, min=0, max=100)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

initControl(self)

source code 
Overrides: ControlBase.ControlBase.initControl

value(self, value)

source code 
Decorators:
  • @value.setter
Overrides: ControlBase.ControlBase.value

min(self, value)

source code 
Decorators:
  • @min.setter

max(self, value)

source code 
Decorators:
  • @max.setter