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 IViewModel
CurrentViewBean. getCurrentView()
IViewModel
ViewBean. getView(String uri)
Checks whether the view ID is valid, the user has access to it and returns the appropriate view.Methods in de.xima.fc.gui.common.bean with parameters of type IViewModel Modifier and Type Method Description IMenuEntryModel
MenuTemplateBean. getByView(IViewModel view)
String
MenuTemplateBean. getSerenityMenuCookie(IViewModel currentView, String idPrefix)
boolean
MenuTemplateBean. isAllowed(IViewModel view)
boolean
ViewBean. isViewAllowed(IViewModel view)
Checks whether the view may be accessed.void
CurrentViewBean. setCurrentView(IViewModel currentView)
-
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 class
CustomViewModel
-
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 class
EContentView
Enumeration describing views to FORMCYCLE content pages.class
EViews
Methods in de.xima.fc.gui.common.statics that return IViewModel Modifier and Type Method Description static IViewModel
EViews. getByUri(String uri, boolean isMasterServer)
-
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 IViewModel
AJSFContext. findCurrentView()
Methods in de.xima.fc.gui.common.utils.msg with parameters of type IViewModel Modifier and Type Method Description void
AJSFContext. redirect(IViewModel view)
void
AJSFContext. redirect(IViewModel view, AJSFContext.RedirectOptions options)
Redirects to the given view.
-