Package up2date_client :: Module rhnregGui :: Class LoginPage
[hide private]
[frames] | no frames]

Class LoginPage

source code

Instance Methods [hide private]
 
__init__(self) source code
 
loginPagePrepare(self)
Changes the screen slightly for satellite.
source code
 
loginPageVbox(self) source code
 
loginPageAccountInfoActivate(self, entry)
Handles activation (hitting enter) in the username and password fields.
source code
 
loginPageVerify(self)
Returns True if there's an error with the user input, False otherwise.
source code
 
loginPageApply(self)
Returns True if an error happened (the user will have gotten an error message) or False if everything was ok.
source code
 
_loginPageApply(self)
Returns False if everything's ok, True if there was a problem.
source code
Method Details [hide private]

loginPageAccountInfoActivate(self, entry)

source code 

Handles activation (hitting enter) in the username and password fields.

If a password was entered or the focus is already in the password field, tries to advance the screen if possible. If focus in elsewhere and nothing is in the password field, puts the focus in there.