Package up2date_client :: Module gui :: Class Gui
[hide private]
[frames] | no frames]

Class Gui

source code


Instance Methods [hide private]
 
__init__(self) source code
 
onMainWinCancel(self, mainWin) source code
 
fatalError(self, error, wrap=1) source code
 
nextPage(self, vbox) source code
 
onMainWinPrepare(self, mainWin, vbox) source code
 
onMainWinApply(self, mainWin) source code
 
onStartPagePrepare(self, mainWin, vbox, manualPrepare=False) source code
 
onChooseServerPagePrepare(self, mainWin, vbox) source code
 
onChooseServerPageNext(self, page, dummy) source code
 
onLoginPagePrepare(self, mainWin, vbox) source code
 
onLoginPageNext(self, page, dummy)
This must manually switch pages because another function calls it to advance the druid.
source code
 
goToPageAfterLogin(self)
This function is used by the create new account dialog so it doesn't need to have any knowledge of the screen mechanism or order.
source code
 
onChooseChannelPageNext(self, page, dummy) source code
 
onChooseChannelPagePrepare(self, mainWin, vbox) source code
 
onCreateProfilePagePrepare(self, mainWin, vbox) source code
 
onCreateProfilePageNext(self, page, dummy) source code
 
onReviewSubscriptionPagePrepare(self, mainWin, vbox) source code
 
onProvideCertificatePageNext(self, page=None, dummy=None) source code
 
onFinishPagePrepare(self, mainWin, vbox) source code

Inherited from rhnregGui.StartPage: startPageMoreInfoButton, startPageRegisterNow, startPageVbox, startPageWhyRegisterButton

Inherited from rhnregGui.ChooseServerPage: chooseServerPageApply, chooseServerPagePrepare, chooseServerPageVbox, showNetworkConfigDialog

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

Inherited from rhnregGui.LoginPage (private): _loginPageApply

Inherited from rhnregGui.ReviewSubscriptionPage: reviewSubscriptionPagePrepare, reviewSubscriptionPageVbox

Inherited from rhnregGui.CreateProfilePage: createProfilePageApply, createProfilePagePrepare, createProfilePageShowHardwareDialog, createProfilePageShowPackageDialog, createProfilePageVbox, createProfilePageVerify, getHardware, populateProfile

Inherited from rhnregGui.ProvideCertificatePage: provideCertificatePageApply, provideCertificatePageVbox, setUrlInWidget

Inherited from rhnregGui.FinishPage: finishPagePrepare, finishPageVbox

Inherited from rhnregGui.ChooseChannelPage: channel_changed_cb, chooseChannelPageApply, chooseChannelPagePrepare, chooseChannelPageVbox, chooseChannelShouldBeShown

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: rhnregGui.ChooseChannelPage.__init__

onLoginPageNext(self, page, dummy)

source code 

This must manually switch pages because another function calls it to advance the druid. It returns True to inform the druid of this.