tmozIUserSettingsPage Interface Reference

Page with user settings. More...

Inheritance diagram for tmozIUserSettingsPage:

tmozIScanExportSettingsPage

List of all members.

Public Member Functions

void onPageDisplay ()
 Called when page is about to display.
boolean onPageChange ()
 Called when activate another page.
void onPageCancel ()
 Called when dialog was cancelled.
void onPageOk ()
 Called on page ok.

Public Attributes

readonly attribute AString pageName
 Name of the page.
readonly attribute AString pageUrl
 URL with the page settings.


Detailed Description

Page with user settings.

Interface represents one page with user settings.


Member Function Documentation

void onPageCancel (  ) 

Called when dialog was cancelled.

Method should cancel any pernament changes.

void onPageDisplay (  ) 

Called when page is about to display.

Method allows to prepare page specific parameters.

void onPageOk (  ) 

Called on page ok.

Method should save all changes.


Member Data Documentation

readonly attribute AString pageName

Name of the page.

This is user visible text. Will be displayed in the list of section (right side of the dialog).

readonly attribute AString pageUrl

URL with the page settings.

This page will receive as first parameter domain.


Generated on Wed Dec 15 09:54:22 2010 for Tahiti XPCOM API