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

Class ControlBoundingSlider

source code


Instance Methods [hide private]
 
__init__(self, label="", defaultValue=(0,100), min=0, max=100, horizontal=False, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
initControl(self) source code
 
_update(self, minval, maxval) source code
 
valueChanged(self, value) source code
 
load(self, data) source code
 
save(self, data) 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, maxHeight, maxWidth, minHeight, minWidth, openPopupMenu, parent, show, storage, updateControl, value, 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="", defaultValue=(0,100), min=0, max=100, horizontal=False, **kwargs)
(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

load(self, data)

source code 
Overrides: ControlBase.ControlBase.load

save(self, data)

source code 
Overrides: ControlBase.ControlBase.save

min(self, value)

source code 
Decorators:
  • @min.setter

max(self, value)

source code 
Decorators:
  • @max.setter