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 voidBackendBean. changeClient(EViews redirectView)Deprecated.the client is determined by the view.voidFCContextBean. switchMainView(EViews view)Deprecated.voidFCContextBean. 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 voidDialogBean. closeDialog(EViews view)Deprecated.booleanDialogBean. isOpened(EViews view)Deprecated.voidDialogBean. openDialog(EViews view)Deprecated.voidNavigationBean. setCurrentView(EViews view)Deprecated.The current view can be accessed viewViewContextBean.getView(). -
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()Deprecated.protected Set<EViews>DbConnectionBean.EntityListModelImpl. getAllowedViewsForSelection()Deprecated.protected Set<EViews>DbQueryBean.EntityListModelImpl. getAllowedViewsForSelection()Deprecated.protected Set<EViews>LdapConnectionBean.EntityListModelImpl. getAllowedViewsForSelection()Deprecated.protected Set<EViews>LdapQueryBean.EntityListModelImpl. getAllowedViewsForSelection()Deprecated. -
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()Deprecated. -
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()Deprecated. -
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 booleanProjectPermissionBean. canAccessProjectPage(Projekt project, EViews view)Deprecated.StringCurrentProjectBean. 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()Deprecated.protected Set<EViews>ProjectResourceBean.EntityListModelImpl. getAllowedViewsForSelection()Deprecated. -
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()Deprecated.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()Deprecated. -
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()Deprecated.protected Set<EViews>UserBean.EntityListModelImpl. getAllowedViewsForSelection()Deprecated.protected Set<EViews>UserGroupBean.EntityListModelImpl. getAllowedViewsForSelection()Deprecated.protected Set<EViews>UserRoleBean.EntityListModelImpl. getAllowedViewsForSelection()Deprecated. -
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_VIEWSDeprecated. -
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 voidAbstractFilter. redirectToView(EViews view, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)Deprecated. -
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 EViewsEViews. getById(String id)Deprecated.static EViewsEViews. getByUri(String uri)Deprecated.static EViewsEViews. getByUriOrNull(String uri)Deprecated.static EViewsEViews. getByViewTarget(String viewTarget, boolean isMasterServer)Deprecated.EViewsEContentView. getParent()Deprecated.static EViewsEViews. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static EViewsEViews. valueOfOrNull(String viewName)Deprecated.static EViews[]EViews. values()Deprecated.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()Deprecated. -
Uses of EViews in de.xima.fc.gui.model.messages.internal
Constructors in de.xima.fc.gui.model.messages.internal with parameters of type EViews Constructor Description InternalMessageModel(long msgId, String summary, String details, String origin, boolean readed, boolean authorized, String formattedTime, EInternalMessageType type, EViews view)
-