Uses of Interface
de.xima.fc.gui.common.interfaces.IViewModel
Packages that use IViewModel
Package
Description
-
Uses of IViewModel in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return IViewModelMethods in de.xima.fc.gui.common.bean with parameters of type IViewModelModifier and TypeMethodDescriptionMenuTemplateBean.getByView
(IViewModel view) Deprecated.boolean
MenuTemplateBean.isAllowed
(IViewModel view) Deprecated.boolean
ViewBean.isViewAllowed
(IViewModel view) Deprecated.Checks whether the view may be accessed.void
CurrentViewBean.setCurrentView
(IViewModel currentView) Deprecated.The current view can be accessed viewViewContextBean.getView()
. -
Uses of IViewModel in de.xima.fc.gui.common.model
Classes in de.xima.fc.gui.common.model that implement IViewModel -
Uses of IViewModel in de.xima.fc.gui.common.statics
Classes in de.xima.fc.gui.common.statics that implement IViewModelModifier and TypeClassDescriptionenum
Enumeration describing views to formcycle content pages.enum
Deprecated.UserIView
insteadMethods in de.xima.fc.gui.common.statics that return IViewModel -
Uses of IViewModel in de.xima.fc.gui.common.utils.msg
Methods in de.xima.fc.gui.common.utils.msg that return IViewModelMethods in de.xima.fc.gui.common.utils.msg with parameters of type IViewModelModifier and TypeMethodDescriptionvoid
AJSFContext.redirect
(IViewModel view) Deprecated.void
AJSFContext.redirect
(IViewModel view, AJSFContext.RedirectOptions options) Deprecated.Redirects to the given view.
ViewContextBean.getView()
instead.