Methods' Summary |
attachFrame |
is called to attach the controller with its managing frame.
|
attachModel |
is called to attach the controller to a new model.
|
suspend |
is called to prepare the controller for closing the view
|
getViewData |
provides access to current view status
|
restoreViewData |
restores the view status using the data gotten from a previous call to
XController::getViewData().
|
getModel |
provides access to currently attached model
|
getFrame |
provides access to owner frame of this controller
|
Methods' Details |
attachFrame
void |
attachFrame( |
[in] XFrame |
Frame ); |
- Description
- is called to attach the controller with its managing frame.
- Parameter Frame
- the new owner frame of this controller
|
|
attachModel
boolean |
attachModel( |
[in] XModel |
Model ); |
- Description
- is called to attach the controller to a new model.
- Parameter Model
- the new model for this controller
- Returns
- trueif attach was successfully
falseotherwise
|
|
suspend
boolean |
suspend( |
[in] boolean |
Suspend ); |
- Description
- is called to prepare the controller for closing the view
- Parameter Suspend
- trueforce the controller to suspend his work
falsetry to reactivate the controller
- Returns
- trueif request was accepted and of course successfully finished
falseotherwise
|
|
getViewData
- Description
- provides access to current view status
- Returns
- set of data that can be used to restore the current view status
at later time by using XController::restoreViewData()
|
|
restoreViewData
void |
restoreViewData( |
[in] any |
Data ); |
- Description
- restores the view status using the data gotten from a previous call to
XController::getViewData().
- Parameter Data
- set of data to restore it
|
|
getModel
- Description
- provides access to currently attached model
- Returns
- the currently attached model.
|
|
getFrame
- Description
- provides access to owner frame of this controller
- Returns
- the frame containing this controller.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.