Package pyforms :: Package terminal :: Package Controls :: Module ControlBase :: Class ControlBase
[hide private]
[frames] | no frames]

Class ControlBase

source code


Instance Methods [hide private]
 
__init__(self, label="", defaultValue="", helptext=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
initControl(self) source code
 
finishEditing(self) source code
 
updateControl(self) source code
 
load(self, data) source code
 
save(self, data) source code
 
valueUpdated(self, value) source code
 
show(self) source code
 
hide(self) source code
 
openPopupMenu(self, position) source code
 
addPopupSubMenuOption(self, label, options) source code
 
addPopupMenuOption(self, label, functionAction=None) source code
 
__repr__(self)
repr(x)
source code
 
enabled(self, value) source code
 
value(self, value) source code
 
label(self, value) source code
 
form(self) source code
 
parent(self, value) source code
 
maxWidth(self, value) source code
 
minWidth(self, value) source code
 
maxHeight(self, value) source code
 
minHeight(self, value) source code
 
__str__(self)
str(x)
source code

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

Class Variables [hide private]
  _value = None
  _label = None
  _controlHTML = ""
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, label="", defaultValue="", helptext=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

enabled(self, value)

source code 
Decorators:
  • @enabled.setter

value(self, value)

source code 
Decorators:
  • @value.setter

label(self, value)

source code 
Decorators:
  • @label.setter

form(self)

source code 
Decorators:
  • @property

parent(self, value)

source code 
Decorators:
  • @parent.setter

maxWidth(self, value)

source code 
Decorators:
  • @maxWidth.setter

minWidth(self, value)

source code 
Decorators:
  • @minWidth.setter

maxHeight(self, value)

source code 
Decorators:
  • @maxHeight.setter

minHeight(self, value)

source code 
Decorators:
  • @minHeight.setter

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)