doContinue()

The doContinue method implements what should happen when the btn_action button (Continue/login button) is clicked in the base panel wincc_oa_path/panels/vision/login.pnl. The action is executed when the button is clicked. This is done so that each child panel can implement its functionality.

In the login.pnl the "btn_action" button opens another child panel, either the "System use notification" if it was activated or a vision panel. For projects the first panel is usually a top-level diagram or control diagram of the system. The panel topology can be used to open the panels in the desired order, see panel topology for more information.

Abbildung 1. Login panel and Continue (btn_action) button

Synopsis

public void doContinue();

Return Value

-

Assignment

Login Framework classes

See also

authenticate(), setLanguage(), openHelp()