LoginFrameworkChildView

Description

The LoginFrameworkChildView class must implement the representation of the panel (model). The LoginFrameworkChildView represents the panels of the login framework. Therefore, function calls must always be defined in the LoginFrameworkChildView class.

Methods

Member method Description Type
authenticate() The authenticate method implements the logic for the authentication mechanism used by the child panel "login_Standard.pnl" of the login.pnl. public bool
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. public void
setLanguage() The setLanguage method implements how the elements (of the login framework) containing text and/or tooltips receive the correct strings. public void
openHelp() The openHelp method implements which chapter of the online help is opened when clicking the Help button (btn_help) in the base panel wincc_oa_path/panels/vision/login.pnl. public void