Module rhn_login_gui :: Class RhnLoginWindow
[hide private]
[frames] | no frames]

Class RhnLoginWindow

source code


Instance Methods [hide private]
 
__init__(self) source code
 
updatePage(self) source code
 
grabFocus(self) source code
 
_getVbox(self) source code
 
apply(self, *args)
Returns None to stay on the same page.
source code
 
goToPageAfterLogin(self) source code
 
onLoginPageNext(self, dummy=None, dummy2=None) source code

Inherited from rhn_register_firstboot_gui_window.RhnRegisterFirstbootGuiWindow: fatalError, getNext, launch, passInParent

Inherited from up2date_client.rhnregGui.LoginPage: loginPageAccountInfoActivate, loginPageApply, loginPagePrepare, loginPageVbox, loginPageVerify

Class Variables [hide private]
  runPriority = 108
  moduleName = _("Red Hat Login")
  windowTitle = _("Red Hat Login")
  shortMessage = _("Register with Red Hat Satellite")
  needsparent = 1
  needsnetwork = 1
  noSidebar = True
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: up2date_client.rhnregGui.LoginPage.__init__

grabFocus(self)

source code 
Overrides: rhn_register_firstboot_gui_window.RhnRegisterFirstbootGuiWindow.grabFocus

apply(self, *args)

source code 

Returns None to stay on the same page. Anything else will cause firstboot to advance but True is generally used. This is different from the gnome druid in rhn_register.