Class ProjectGroupEditBean
java.lang.Object
de.xima.fc.gui.common.utils.msg.I18nUtils
de.xima.fc.gui.common.utils.msg.MessageUtils
de.xima.fc.gui.common.utils.msg.AMessaging
de.xima.fc.gui.bean.AEntityDetailsBean<Projekt>
de.xima.fc.gui.bean.project.AProjectDetailsBean
de.xima.fc.gui.bean.project.ProjectGroupEditBean
- All Implemented Interfaces:
Serializable
Bean for editing the groups of a project
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class AProjectDetailsBean
userManagerFields inherited from class AEntityDetailsBean
entity, LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit(IEntityContext ec, Projekt project) voidungroup()Action listener invoked when the user clicks on the ungroup button in the UI.Methods inherited from class AProjectDetailsBean
getCurrentProjectBean, getDao, getProject, getSessionBean, initLazy, reloadProject, save, setCurrentProjectBean, setEntity, setEntity, setProject, setProject, setSessionBeanMethods inherited from class AEntityDetailsBean
getEntityMethods inherited from class MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msgMethods inherited from class I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
Constructor Details
-
ProjectGroupEditBean
public ProjectGroupEditBean()
-
-
Method Details
-
getProjectGroupNames
-
init
- Overrides:
initin classAEntityDetailsBean<Projekt>
-
ungroup
public void ungroup()Action listener invoked when the user clicks on the ungroup button in the UI. Removes the form group of the currently selected form and saves the change.
-