|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| onStartPagePrepare(self,
mainWin,
vbox,
manualPrepare=False) |
source code
|
|
|
|
| onChooseServerPagePrepare(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
|
|
|
|
|
|
|
| onChooseChannelPagePrepare(self,
mainWin,
vbox) |
source code
|
|
|
|
| onCreateProfilePagePrepare(self,
mainWin,
vbox) |
source code
|
|
|
|
|
|
|
| onReviewSubscriptionPagePrepare(self,
mainWin,
vbox) |
source code
|
|
|
|
| onProvideCertificatePageNext(self,
page=None,
dummy=None) |
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.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
|