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.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.