Uses of Enum Class
org.kuali.rice.krad.uif.UifConstants.ViewType
Packages that use UifConstants.ViewType
Package
Description
-
Uses of UifConstants.ViewType in org.kuali.rice.krad.datadictionary
Methods in org.kuali.rice.krad.datadictionary with parameters of type UifConstants.ViewTypeModifier and TypeMethodDescriptionDataDictionary.getViewByTypeIndex(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Returns View instance identified by the view type name and indexDataDictionaryIndexMapper.getViewByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Called to retrieve aViewinstance that is of the given type based on the index keyDataDictionaryMapper.getViewByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Called to retrieve aViewinstance that is of the given type based on the index keyDataDictionary.getViewIdByTypeIndex(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Returns the view id for the view that matches the given view type and indexDataDictionaryIndexMapper.getViewIdByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Returns the view id for the view that matches the given view type and indexDataDictionaryMapper.getViewIdByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Returns the view id for the view that matches the given view type and indexorg.springframework.beans.PropertyValuesDataDictionary.getViewPropertiesByType(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Retrieves the configured property values for the view bean definition associated with the given type and indexorg.springframework.beans.PropertyValuesDataDictionaryIndexMapper.getViewPropertiesByType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Retrieves the configured property values for the view bean definition associated with the given type and indexorg.springframework.beans.PropertyValuesDataDictionaryMapper.getViewPropertiesByType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Retrieves the configured property values for the view bean definition associated with the given type and indexDataDictionary.getViewsForType(UifConstants.ViewType viewTypeName) Gets allViewprototypes configured for the given view type nameDataDictionaryIndexMapper.getViewsForType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName) Gets allViewprototypes configured for the given view type nameDataDictionaryMapper.getViewsForType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName) Gets allViewprototypes configured for the given view type namebooleanDataDictionary.viewByTypeExist(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Indicates whether aViewexists for the given view type and index informationbooleanDataDictionaryIndexMapper.viewByTypeExist(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Indicates whether aViewexists for the given view type and index informationbooleanDataDictionaryMapper.viewByTypeExist(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Indicates whether aViewexists for the given view type and index information -
Uses of UifConstants.ViewType in org.kuali.rice.krad.datadictionary.uif
Methods in org.kuali.rice.krad.datadictionary.uif with parameters of type UifConstants.ViewTypeModifier and TypeMethodDescriptionprotected ViewTypeDictionaryIndexUifDictionaryIndex.getTypeIndex(UifConstants.ViewType viewType) Retrieves theViewTypeDictionaryIndexinstance for the given view type name.UifDictionaryIndex.getViewByTypeIndex(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Retrieves aViewinstance that is of the given type based on the index keyUifDictionaryIndex.getViewIdByTypeIndex(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Retrieves the id for the view that is associated with the given view type and index keyorg.springframework.beans.PropertyValuesUifDictionaryIndex.getViewPropertiesByType(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Retrieves the configured property values for the view bean definition associated with the given type and indexUifDictionaryIndex.getViewsForType(UifConstants.ViewType viewTypeName) Gets allViewprototypes configured for the given view type namebooleanUifDictionaryIndex.viewByTypeExist(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Indicates whether aViewexists for the given view type and index information -
Uses of UifConstants.ViewType in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service with parameters of type UifConstants.ViewTypeModifier and TypeMethodDescriptionDataDictionaryService.getViewByTypeIndex(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Returns View instance identified by the view type name and indexDataDictionaryService.getViewIdByTypeIndex(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Returns the view id for the view that matches the given view type and index -
Uses of UifConstants.ViewType in org.kuali.rice.krad.uif
Methods in org.kuali.rice.krad.uif that return UifConstants.ViewTypeModifier and TypeMethodDescriptionstatic UifConstants.ViewTypeReturns the enum constant of this class with the specified name.static UifConstants.ViewType[]UifConstants.ViewType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UifConstants.ViewType in org.kuali.rice.krad.uif.service
Methods in org.kuali.rice.krad.uif.service that return UifConstants.ViewTypeModifier and TypeMethodDescriptionViewTypeService.getViewTypeName()Gives the view type name that is supported by the type serviceMethods in org.kuali.rice.krad.uif.service with parameters of type UifConstants.ViewTypeModifier and TypeMethodDescriptionViewService.getViewByType(UifConstants.ViewType viewType, Map<String, String> parameters) Retrieves theViewinstance that is of the given view type and matches the given parameters (that are applicable for that type).ViewService.getViewIdForViewType(UifConstants.ViewType viewType, Map<String, String> parameters) Retrieves the view id for the view associated with the given view type and view type parametersViewService.getViewTypeService(UifConstants.ViewType viewType) -
Uses of UifConstants.ViewType in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view that return UifConstants.ViewTypeModifier and TypeMethodDescriptionView.getViewTypeName()View type name the view is associated with the view instanceViewModel.getViewTypeName()Name for the type of view being requested.Methods in org.kuali.rice.krad.uif.view with parameters of type UifConstants.ViewTypeModifier and TypeMethodDescriptionvoidView.setViewTypeName(UifConstants.ViewType viewTypeName) voidViewModel.setViewTypeName(UifConstants.ViewType viewTypeName) Setter for the view type name -
Uses of UifConstants.ViewType in org.kuali.rice.krad.web.form
Fields in org.kuali.rice.krad.web.form declared as UifConstants.ViewTypeMethods in org.kuali.rice.krad.web.form that return UifConstants.ViewTypeMethods in org.kuali.rice.krad.web.form with parameters of type UifConstants.ViewTypeModifier and TypeMethodDescriptionvoidUifFormBase.setViewTypeName(UifConstants.ViewType viewTypeName)