getNextPanel()

The method returns the path of the next panel in the login framework structure. There are three states in the login framework: "Login", "Systemusenotification" and "Close"

In case of the login panel (LOGIN state), this method uses the getLoginPanel() method to determine which panel should be loaded. The method "getNextPanel" reads the config entries: loginPanelLocal (default: panels/vision/loginFramework/login_Standard.pnl) and loginPanelServer (default: panels/vision/loginFramework/login_Server.pnl). If the state is SYSTEMUSENOTIFICATION ("Systemusenotification"), the method returns the path to the Systerm use notifcation panel. The state (CLOSE) does not have a "next" panel in the login framework structure.

Synopsis

public string getNextPanel();

Return Value

Returns the path to the next child panel.

Assignment

Login Framework classes

See also

getState()