Must be provided by derived classes. This method is called whenever the user moves away from this view. You should clean up any variables or store them in QOLT to reduce session memory loadtime.
Enables this view's refresh and sets it's loop timer minimum. If processing during the loop takes longer than the refreshTimer, the framework will dynamically size the window.
Tags:
return:
Successful or not.
access:
public
Parameters:
int
$refreshTimer
The time (in seconds) that the framework should at least attempt communication
Called by AJAX requests to send the targets inside this view.
If your derived view has containers or other objects with a sendTargets method and you want it to refresh along with this view, you need to override this method, and call your container/component object's send targets, and then call this parent method.
If the target with the name does not exist, it adds it to the target data collection of this view. If it does exist, it will update it's value and update flag.