Public Member Functions | |
| boolean | close (in long force) | 
| Close view.   | |
| boolean | updateData () | 
| Update data.   | |
Public Attributes | |
| readonly attribute boolean | modified | 
| Modification flag.   | |
Interface for view representation. This interface is directly connected with some tmozIViewObject - data source.
| boolean close | ( | in long | force | ) | 
Close view.
Method will close this view.
| force | flag if user can cancel close operation 
  | 
| boolean updateData | ( | ) | 
Update data.
Function allows to save modified data back to the data source (tmozIViewObject).
| readonly attribute boolean modified | 
Modification flag.
true True if view was modified false False if view is not modified and contains unchanged data.