Module rhn_register_firstboot_gui_window :: Class RhnRegisterFirstbootGuiWindow
[hide private]
[frames] | no frames]

Class RhnRegisterFirstbootGuiWindow

source code


This is a base class for our firstboot screens. It shouldn't be used directly.

Instance Methods [hide private]
 
__init__(self) source code
 
passInParent(self, parent) source code
 
getNext(self) source code
 
launch(self, doDebug=None)
Firstboot calls this to set up the screen.
source code
 
grabFocus(self) source code
 
fatalError(self, error, wrap=1) source code
 
_goImmediatelyToFinish(self) source code
Class Variables [hide private]
  needsparent = 1
Method Details [hide private]

launch(self, doDebug=None)

source code 

Firstboot calls this to set up the screen. It will use the _getVbox method provided by the derived classes to get the contents of the screen.