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. |
Interface represents one page with user settings.
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.
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.