doCancel()

The method is called when clicking the btn_cancle button of the wincc_oa_path/panels/vision/login.pnl. The state is transitioned to the previous state and the cancel method of the child panel is executed. Note that you only have to call the method in your implementation of the LoginFrameworkChildView class. The status is automatically set to the previous state.

Synopsis

public void doCancel();

Return Value

-

Assignment

Login Framework classes

See also

startLogin(), LoginFrameworkChildView()