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

Class ControlButton

source code


Instance Methods [hide private]
 
initControl(self) source code
 
pressed(self)
This event is called when the button is pressed.
source code

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

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

Class Variables [hide private]

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

initControl(self)

source code 
Overrides: ControlBase.ControlBase.initControl

pressed(self)

source code 

This event is called when the button is pressed. The correspondent js event is defined in the framework.js file