setLoginFrameworkChildView()

The method passes the view of the current child panel to the controller and deletes the previous child view from the member variable.

Call the method in the LoginFrameworkChildView class and pass the child panel view by using the parameter "loginFrameworkChildView".

At the end of the method the language is set so that the child panel is loaded by using the active language.

Synopsis

public void setLoginFrameworkChildView(shared_ptr<LoginFrameworkChildView> loginFrameworkChildView);

Parameters

  1. Parameter Meaning
    loginFrameworkChildView The parameter loginFrameworkChildView is a view object representing the current child panel.

Return Value

-

Assignment

Login Framework classes

See also

setOpenMonitorConfiguration()