/*
* Initializes the hidden components/widgets, i.e. the components/widgets used to coordinate UI
*/
protected void initHiddenComponents() {
authentificationLightBean = new AuthentificationLightBean();
authentificationLightBean.setDisplayMessageOnConnectionError(false);
hiddenErrorLabel = new Label();
hiddenStateLabel = new Label();
hiddenTechnicalDataLabel = new Label();