Uses of Class
de.xima.fc.gui.common.statics.EViews
-
-
Uses of EViews in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean with parameters of type EViews Modifier and Type Method Description void
BackendBean. changeClient(EViews redirectView)
Changes theMandant
within the Administration GUIvoid
FCContextBean. switchMainView(EViews view)
Deprecated.void
FCContextBean. switchSubView(EViews view)
Deprecated. -
Uses of EViews in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application with parameters of type EViews Modifier and Type Method Description void
DialogBean. closeDialog(EViews view)
boolean
DialogBean. isOpened(EViews view)
void
DialogBean. openDialog(EViews view)
void
NavigationBean. setCurrentView(EViews view)
-
Uses of EViews in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return types with arguments of type EViews Modifier and Type Method Description protected Set<EViews>
DataSourcesBean.EntityListModelImpl. getAllowedViewsForSelection()
protected Set<EViews>
DbConnectionBean.EntityListModelImpl. getAllowedViewsForSelection()
protected Set<EViews>
DbQueryBean.EntityListModelImpl. getAllowedViewsForSelection()
protected Set<EViews>
LdapConnectionBean.EntityListModelImpl. getAllowedViewsForSelection()
protected Set<EViews>
LdapQueryBean.EntityListModelImpl. getAllowedViewsForSelection()
-
Uses of EViews in de.xima.fc.gui.bean.inbox
Methods in de.xima.fc.gui.bean.inbox that return types with arguments of type EViews Modifier and Type Method Description protected Set<EViews>
InboxBean.EntityListModelImpl. getAllowedViewsForSelection()
-
Uses of EViews in de.xima.fc.gui.bean.mfserver
Methods in de.xima.fc.gui.bean.mfserver that return types with arguments of type EViews Modifier and Type Method Description protected Set<EViews>
MandantFrontendServerBean.EntityListModelImpl. getAllowedViewsForSelection()
-
Uses of EViews in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project with parameters of type EViews Modifier and Type Method Description boolean
ProjectPermissionBean. canAccessProjectPage(Projekt project, EViews view)
String
CurrentProjectBean. getSubPageUrl(EViews view, Projekt project)
Deprecated. -
Uses of EViews in de.xima.fc.gui.bean.resource
Methods in de.xima.fc.gui.bean.resource that return types with arguments of type EViews Modifier and Type Method Description protected Set<EViews>
ClientResourceBean.EntityListModelImpl. getAllowedViewsForSelection()
protected Set<EViews>
ProjectResourceBean.EntityListModelImpl. getAllowedViewsForSelection()
-
Uses of EViews in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type EViews Modifier and Type Method Description protected Set<EViews>
ClientBean.EntityListModelImpl. getAllowedViewsForSelection()
protected Set<EViews>
FrontendServerBean.EntityListModelImpl. getAllowedViewsForSelection()
-
Uses of EViews in de.xima.fc.gui.bean.templates
Methods in de.xima.fc.gui.bean.templates that return types with arguments of type EViews Modifier and Type Method Description protected Set<EViews>
TemplatesBean.EntityListModelImpl. getAllowedViewsForSelection()
-
Uses of EViews in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type EViews Modifier and Type Method Description protected Set<EViews>
LDAPGroupBean.EntityListModelImpl. getAllowedViewsForSelection()
protected Set<EViews>
UserBean.EntityListModelImpl. getAllowedViewsForSelection()
protected Set<EViews>
UserGroupBean.EntityListModelImpl. getAllowedViewsForSelection()
protected Set<EViews>
UserRoleBean.EntityListModelImpl. getAllowedViewsForSelection()
-
Uses of EViews in de.xima.fc.gui.common.bean
Fields in de.xima.fc.gui.common.bean with type parameters of type EViews Modifier and Type Field Description static Set<EViews>
CurrentViewBean. DESIGNER_VIEWS
-
Uses of EViews in de.xima.fc.gui.common.filter
Methods in de.xima.fc.gui.common.filter with parameters of type EViews Modifier and Type Method Description protected void
AbstractFilter. redirectToView(EViews view, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
-
Uses of EViews in de.xima.fc.gui.common.model
Constructors in de.xima.fc.gui.common.model with parameters of type EViews Constructor Description Builder(EViews view)
Builder(EViews view, ViewBean viewBean)
-
Uses of EViews in de.xima.fc.gui.common.statics
Methods in de.xima.fc.gui.common.statics that return EViews Modifier and Type Method Description static EViews
EViews. getById(String id)
static EViews
EViews. getByUri(String uri)
static EViews
EViews. getByUriOrNull(String uri)
static EViews
EViews. getByViewTarget(String viewTarget, boolean isMasterServer)
Deprecated.EViews
EContentView. getParent()
static EViews
EViews. valueOf(String name)
Returns the enum constant of this type with the specified name.static EViews
EViews. valueOfOrNull(String viewName)
static EViews[]
EViews. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EViews in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type EViews Constructor Description Builder(EViews view)
-
Uses of EViews in de.xima.fc.gui.model.data
Methods in de.xima.fc.gui.model.data that return types with arguments of type EViews Modifier and Type Method Description protected Set<EViews>
EntityListModelSelectByView. getAllowedViewsForSelection()
-