Uses of Class
de.xima.fc.mdl.ViewMessage
-
Packages that use ViewMessage Package Description de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.security.session -
-
Uses of ViewMessage in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return ViewMessage Modifier and Type Method Description ViewMessage
ViewMessage.Builder. build()
-
Uses of ViewMessage in de.xima.fc.security.session
Methods in de.xima.fc.security.session that return types with arguments of type ViewMessage Modifier and Type Method Description List<ViewMessage>
SessionDataBean. removeInitViewMessages(IView view)
Removes all view messages that are to be displayed upon initialization of the given view.Methods in de.xima.fc.security.session with parameters of type ViewMessage Modifier and Type Method Description boolean
SessionDataBean. addInitViewMessage(ViewMessage message)
Adds a view message that is to be displayed upon view initialization.
-