Class ViewContextBean
java.lang.Object
de.xima.fc.gui.common.bean.ViewContextBean
- All Implemented Interfaces:
Serializable
View scoped bean allowing access to data of the current view.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Details
-
ViewContextBean
public ViewContextBean()
-
-
Method Details
-
getClient
-
getScope
Gets the scope of the current view. Either a client scope if the client is notnull, or the system scope.- Returns:
- The scope of the current view.
-
getView
- Returns:
- the current view.
-
updateCurrentClient
public void updateCurrentClient() -
isMailServerConfigured
public boolean isMailServerConfigured()- Returns:
- Whether at least one mail server (client mail server or system mail server) was configured.
-