Uses of Interface
de.xima.fc.gui.common.interfaces.IViewModel
- 
Packages that use IViewModel Package Description de.xima.fc.gui.common.bean de.xima.fc.gui.common.model de.xima.fc.gui.common.statics de.xima.fc.gui.common.utils.msg  - 
- 
Uses of IViewModel in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return IViewModel Modifier and Type Method Description IViewModelCurrentViewBean. getCurrentView()Deprecated.UseViewContextBean.getView()instead.IViewModelViewBean. getView(String uri)Deprecated.Methods in de.xima.fc.gui.common.bean with parameters of type IViewModel Modifier and Type Method Description IMenuEntryModelMenuTemplateBean. getByView(IViewModel view)Deprecated.booleanMenuTemplateBean. isAllowed(IViewModel view)Deprecated.booleanViewBean. isViewAllowed(IViewModel view)Deprecated.Checks whether the view may be accessed.voidCurrentViewBean. 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 Modifier and Type Class Description classCustomViewModelDeprecated.UsePluginMenuEntryViewinstead. - 
Uses of IViewModel in de.xima.fc.gui.common.statics
Classes in de.xima.fc.gui.common.statics that implement IViewModel Modifier and Type Class Description classEContentViewEnumeration describing views to formcycle content pages.classEViewsDeprecated.UserIViewinsteadMethods in de.xima.fc.gui.common.statics that return IViewModel Modifier and Type Method Description static IViewModelEViews. getByUri(String uri, boolean isMasterServer)Deprecated. - 
Uses of IViewModel in de.xima.fc.gui.common.utils.msg
Methods in de.xima.fc.gui.common.utils.msg that return IViewModel Modifier and Type Method Description IViewModelAJSFContext. findCurrentView()Deprecated.Methods in de.xima.fc.gui.common.utils.msg with parameters of type IViewModel Modifier and Type Method Description voidAJSFContext. redirect(IViewModel view)Deprecated.voidAJSFContext. redirect(IViewModel view, AJSFContext.RedirectOptions options)Deprecated.Redirects to the given view. 
 -