Public Member Functions | |
void | show (in tmozIDomain domain, in tmozIViewObject voi, in unsigned long viewType, in boolean focus2View) |
Open page. | |
Public Attributes | |
readonly attribute unsigned long | openDocuments |
Number of opened documents. |
Manager is responsible of opening files.
void show | ( | in tmozIDomain | domain, | |
in tmozIViewObject | voi, | |||
in unsigned long | viewType, | |||
in boolean | focus2View | |||
) |
Open page.
Method open view and display object voi. This object does not have to be opened.
domain | Domain where to display object | |
voi | Object to be opened | |
viewType | Flag specify type of required view
| |
focus2View | Flag where to place focus If this flag is true view should take focus and should be active when file is dispayed. If this flag is false focus should remain on the voi. If it is not possible to keep focus on the voi during view construction focus shoud be returned back to the voi when view is completed. |
readonly attribute unsigned long openDocuments |
Number of opened documents.
This is total number of opened documents in all active domains.