Uses of Class
org.kuali.rice.krad.uif.view.View
Packages that use View
Package
Description
-
Uses of View in org.kuali.rice.krad.datadictionary
Methods in org.kuali.rice.krad.datadictionary that return ViewModifier and TypeMethodDescriptionDataDictionary.getImmutableViewById(String viewId) Returns the View entry identified by the given id, meant for view readonly access (not running the lifecycle but just checking configuration)DataDictionaryIndexMapper.getImmutableViewById(UifDictionaryIndex index, String viewId) Gets a view instance from the pool or factory but does not replace the view, meant for view readonly access (not running the lifecycle but just checking configuration)DataDictionaryMapper.getImmutableViewById(UifDictionaryIndex index, String viewId) Gets a view instance from the pool or factory but does not replace the view, meant for view readonly access (not running the lifecycle but just checking configuration)DataDictionary.getViewById(String viewId) Returns the View entry identified by the given idDataDictionaryIndexMapper.getViewById(UifDictionaryIndex index, String viewId) DataDictionaryMapper.getViewById(UifDictionaryIndex index, String viewId) Returns the View entry identified by the given idDataDictionary.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 keyMethods in org.kuali.rice.krad.datadictionary that return types with arguments of type ViewModifier and TypeMethodDescriptionDataDictionary.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 name -
Uses of View in org.kuali.rice.krad.datadictionary.uif
Methods in org.kuali.rice.krad.datadictionary.uif that return ViewModifier and TypeMethodDescriptionUifDictionaryIndex.getImmutableViewById(String viewId) Retrieves the view singleton from spring that has the given id.UifDictionaryIndex.getViewById(String viewId) Retrieves the View instance with the given id.UifDictionaryIndex.getViewByTypeIndex(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Retrieves aViewinstance that is of the given type based on the index keyUifViewPool.getViewInstance()Retrieves a view instance from the pool and removes the instanceUifViewPool.getViewSharedInstance()Retrieves a view instance from the pool without removing itMethods in org.kuali.rice.krad.datadictionary.uif that return types with arguments of type ViewModifier and TypeMethodDescriptionUifDictionaryIndex.getViewsForType(UifConstants.ViewType viewTypeName) Gets allViewprototypes configured for the given view type nameMethods in org.kuali.rice.krad.datadictionary.uif with parameters of type ViewModifier and TypeMethodDescriptionvoidUifViewPool.addViewInstance(View view) Adds a view instance to the pool -
Uses of View in org.kuali.rice.krad.document
Methods in org.kuali.rice.krad.document with parameters of type ViewModifier and TypeMethodDescriptionbooleanDocumentViewAuthorizerBase.canEditView(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user) Checks for an edit view permission for the view id, and if found verifies the user has that permissionbooleanDocumentViewPresentationControllerBase.canEditView(View view, ViewModel model) Verify the document can be edited in addition to the viewbooleanTransactionalDocumentViewAuthorizerBase.canEditView(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user) Checks for an edit view permission for the view id, and if found verifies the user has that permissionbooleanDocumentViewAuthorizerBase.canOpenView(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user) Checks for an open view permission for the view id, and if found verifies the user has that permissionbooleanDocumentViewAuthorizerBase.canUnmaskField(View view, ViewModel model, DataField field, String propertyName, org.kuali.rice.kim.api.identity.Person user) Checks whether the mask authorization exists for the given property and if so whether the given user has the ability to unmask the valueDocumentViewAuthorizerBase.getActionFlags(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user, Set<String> actions) Returns the set of action flags that are authorized for the given userDocumentViewPresentationControllerBase.getActionFlags(View view, UifFormBase model) -
Uses of View in org.kuali.rice.krad.inquiry
Methods in org.kuali.rice.krad.inquiry with parameters of type ViewModifier and TypeMethodDescriptionbooleanInquiryViewAuthorizerBase.canOpenView(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user) Augmenting the base Open View check with an additional check against the KR-NS / Inquire Into Records permission template.InquiryViewPresentationControllerBase.getActionFlags(View view, UifFormBase model) -
Uses of View in org.kuali.rice.krad.lookup
Subclasses of View in org.kuali.rice.krad.lookupMethods in org.kuali.rice.krad.lookup with parameters of type ViewModifier and TypeMethodDescriptionbooleanLookupViewAuthorizerBase.canOpenView(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user) Override to check the for permissions of type 'Look Up Records' in addition to the open view check done in super -
Uses of View in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return ViewModifier and TypeMethodDescriptionDataDictionaryService.getViewById(String viewId) Returns the View entry identified by the given idDataDictionaryService.getViewByTypeIndex(UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Returns View instance identified by the view type name and index -
Uses of View in org.kuali.rice.krad.uif.component
Methods in org.kuali.rice.krad.uif.component with parameters of type ViewModifier and TypeMethodDescriptionvoidBindingInfo.setDefaults(View view, String propertyName) Sets up some default binding properties based on the view configuration and the component's property name -
Uses of View in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container with parameters of type ViewModifier and TypeMethodDescriptionvoidCollectionGroupBuilder.build(View view, Object model, CollectionGroup collectionGroup) Invoked within the lifecycle to carry out the collection build process.protected voidCollectionGroupBuilder.buildAddLine(View view, Object model, CollectionGroup collectionGroup) Builds the fields for holding the collection add line and if necessary makes call to setup the new line instance.protected voidCollectionGroupBuilder.buildLinesForDisplayedRows(List<org.kuali.rice.krad.uif.container.CollectionGroupBuilder.IndexedElement> filteredIndexedElements, View view, Object model, CollectionGroup collectionGroup) Build the lines for the collection rows to be rendered.voidLightTable.buildRows(View view, String rowTemplate, UifFormBase model) Build the rows from the rowTemplate passed in.ActiveCollectionFilter.filter(View view, Object model, CollectionGroup collectionGroup) Iterates through the collection and if the collection line type implementsInactivatable, active indexes are added to the show indexes list Invoked to filter the collection data before the collection group is built.CollectionFilter.filter(View view, Object model, CollectionGroup collectionGroup) Invoked to filter the collection data before the collection group is built.ELCollectionFilter.filter(View view, Object model, CollectionGroup collectionGroup) Iterates through the collection and evaluates the el expression in context of the line.MaintenanceActiveCollectionFilter.filter(View view, Object model, CollectionGroup collectionGroup) Iterates through the collection and if the collection line type implementsInactivatableactive indexes are added to the show indexes listCollectionGroupBuilder.getAddLineActionComponents(View view, Object model, CollectionGroup collectionGroup) Creates newComponentinstances for the add lineCollectionGroupLineBuilder.getContextForField(View view, CollectionGroup collectionGroup, Field field) Helper method to build the context for a field (needed because the apply model phase for line fields has not been applied yet and their full context not set)CollectionGroupBuilder.initializeLineActions(List<? extends Component> lineActions, View view, CollectionGroup collectionGroup, Object collectionLine, int lineIndex) Creates newActioninstances for the line.voidCollectionGroup.initializeNewCollectionLine(View view, Object model, CollectionGroup collectionGroup, boolean clearExistingLine) New collection lines are handled in the framework by maintaining a map on the form.voidCollectionGroupBase.initializeNewCollectionLine(View view, Object model, CollectionGroup collectionGroup, boolean clearExistingLine) New collection lines are handled in the framework by maintaining a map on the form.voidCollectionGroupBuilder.initializeNewCollectionLine(View view, Object model, CollectionGroup collectionGroup, boolean clearExistingLine) Initializes a new instance of the collection data object class for the add line.CollectionGroupBuilder.performCollectionFiltering(View view, Object model, CollectionGroup collectionGroup, Collection<?> collection) Performs any filtering necessary on the collection before building the collection fields. -
Uses of View in org.kuali.rice.krad.uif.element
Methods in org.kuali.rice.krad.uif.element with parameters of type ViewModifier and TypeMethodDescriptionprotected voidAction.buildActionData(View view, Object model, LifecycleElement parent) Builds the data attributes that will be read client side to determine how to handle the action and the additional data that should be submitted with the actionvoidFieldValidationMessages.generateMessages(View view, Object model, Component parent) Calls super and add dataAttributes that are appropriate for field level validationMessages data.voidGroupValidationMessages.generateMessages(View view, Object model, Component parent) Generates the messages based on the content in the messageMapvoidPageValidationMessages.generateMessages(View view, Object model, Component parent) Generates the messages based on the content in the messageMapvoidValidationMessages.generateMessages(View view, Object model, Component parent) Generates the messages based on the content in the messageMapValidationMessages.getMessages(View view, String key, List<List<org.kuali.rice.krad.util.ErrorMessage>> lists) Gets all the messages from the list of lists passed in (which are lists of ErrorMessages associated to the key) and uses the configuration service to get the message String associated.voidPageValidationMessages.processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent, View view, Object model, LifecycleElement eventElement) Check for message keys that are not matched anywhere on the page, these unmatched messages must still be displayed at the page level.protected voidAction.setupRefreshAction(View view) When the action is updating a component sets up the refresh script for the component (found by the given refresh id or refresh property name. -
Uses of View in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field with parameters of type ViewModifier and TypeMethodDescriptionprotected voidDataFieldBase.setAlternateAndAdditionalDisplayValue(View view, Object model) Sets alternate and additional property value for this field.protected voidInputFieldBase.setAlternateAndAdditionalDisplayValue(View view, Object model) Overriding to check quickfinder when masked is being applied.protected voidInputFieldBase.setupFieldQuery(View view) Performs setup of the field attribute query and informational display properties. -
Uses of View in org.kuali.rice.krad.uif.layout.collections
Methods in org.kuali.rice.krad.uif.layout.collections with parameters of type ViewModifier and TypeMethodDescriptionprotected static voidDataTablesPagingHelper.applyTableJsonSort(List<Object> modelCollection, List<ColumnSort> oldColumnSorts, List<ColumnSort> newColumnSorts, CollectionGroup collectionGroup, ViewModel form, View view) Sort the given modelCollection (in place) according to the specified columnSorts.voidCollectionPagingHelper.processPagingRequest(View view, CollectionGroup collectionGroup, UifFormBase form, String page) Process the paging request by determining the displayStart value based on the page requested.static voidDataTablesPagingHelper.processPagingRequest(View view, ViewModel form, CollectionGroup collectionGroup, DataTablesPagingHelper.DataTablesInputs dataTablesInputs) -
Uses of View in org.kuali.rice.krad.uif.lifecycle
Methods in org.kuali.rice.krad.uif.lifecycle that return ViewModifier and TypeMethodDescriptionstatic ViewViewLifecycle.getView()Gets the view active within a lifecycle on the current thread.Methods in org.kuali.rice.krad.uif.lifecycle with parameters of type ViewModifier and TypeMethodDescriptionViewLifecyclePhaseBuilder.buildPhase(View view, String viewPhase, List<String> refreshPaths) Creates a lifecycle phase instance for the given view.ViewLifecyclePhaseBuilderBase.buildPhase(View view, String viewPhase, List<String> refreshPaths) Creates a lifecycle phase instance for the given view.static ViewPostMetadataViewLifecycle.buildView(View view, Object model, javax.servlet.http.HttpServletRequest request, Map<String, String> parameters) Executes the view lifecycle on the givenViewinstance which will prepare it for renderingstatic voidViewLifecycle.encapsulateLifecycle(View view, Object model, javax.servlet.http.HttpServletRequest request, Runnable lifecycleProcess) Encapsulate a new view lifecycle process on the current thread.static voidViewLifecycle.encapsulateLifecycle(View view, Object model, ViewPostMetadata viewPostMetadata, ComponentPostMetadata refreshComponentPostMetadata, javax.servlet.http.HttpServletRequest request, Runnable lifecycleProcess) Encapsulate a new view lifecycle process on the current thread.voidViewLifecycle.invokeEventListeners(ViewLifecycle.LifecycleEvent event, View view, Object model, LifecycleElement eventElement) Invoked when an event occurs to invoke registered listeners.static ComponentViewLifecycle.performComponentLifecycle(View view, Object model, javax.servlet.http.HttpServletRequest request, ViewPostMetadata viewPostMetadata, String componentId) Performs a lifecycle process to rebuild the component given by the update id.static voidLifecycleBase.performPostLifecycleProcessing(View view, Object model, ViewPostMetadata viewPostMetadata) static voidViewLifecycle.preProcess(View view) Performs preliminary processing on a view, prior to caching.voidLifecycleEventListener.processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent, View view, Object model, LifecycleElement eventElement) Invoked on a component listener when an event occurs for the given event component.protected static voidViewLifecycle.setupStandaloneComponentForRefresh(View view, String componentId, ComponentPostMetadata componentPostMetadata) Before running the lifecycle on a component that is not attached to a view, we need to retrieve the component, add it to the dialogs list, and setup its refresh paths. -
Uses of View in org.kuali.rice.krad.uif.lifecycle.initialize
Methods in org.kuali.rice.krad.uif.lifecycle.initialize with parameters of type ViewModifier and TypeMethodDescriptionstatic StringAssignIdsTask.generateId(LifecycleElement element, View view) Generate a new ID for a lifecycle element at the current phase. -
Uses of View in org.kuali.rice.krad.uif.mock
Subclasses of View in org.kuali.rice.krad.uif.mock -
Uses of View in org.kuali.rice.krad.uif.service
Methods in org.kuali.rice.krad.uif.service that return ViewModifier and TypeMethodDescriptionViewService.getViewById(String viewId) Returns theViewentry identified by the given idViewService.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). -
Uses of View in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util with parameters of type ViewModifier and TypeMethodDescriptionstatic voidClientValidationUtils.addScriptToPage(View view, InputField field, String script) Adds the script to the view to execute on a jQuery document ready event.ParentLocation.constructParentLocationBreadcrumbItems(View view, Object currentModel, Map<String, Object> currentContext) Construct the parent location breadcrumbItems that represent all the parent views/pages configured through parentLocation by traversing through each view by id referenced in parentViewUrl in a chain recursively.static StringConstraintStateUtils.getClientViewValidationState(Object model, View view) Gets the client validation state.static Class<?> ViewModelUtils.getObjectClassForMetadata(View view, Object model, String propertyPath) Determines the associated type for the property within the View contextstatic Class<?> ViewModelUtils.getParentObjectClassForMetadata(View view, Object model, DataField field) Determines the associated type for the property within the View contextstatic ObjectViewModelUtils.getParentObjectForMetadata(View view, Object model, DataField field) Retrieves the parent object if it exists or attempts to create a new instancestatic Class<?> ViewModelUtils.getPropertyTypeByClassAndView(View view, Object model, String propertyPath) Determines the associated type for the property within the View contextMessageStructureUtils.parseMessage(String messageId, String messageText, List<Component> componentList, View view, boolean parseComponents) Parses the message text passed in and returns the resulting rich message component structure.static voidClientValidationUtils.processAndApplyConstraints(InputField field, View view, Object model) This method processes all the constraints on the InputField passed in and adds all the necessary jQuery and js required (validator's rules, methods, and messages) to the View's onDocumentReady call.static voidClientValidationUtils.processCaseConstraint(InputField field, View view, CaseConstraint constraint, String andedCase, String validationState, StateMapping stateMapping) This method processes a single CaseConstraint.static voidClientValidationUtils.processMustOccurConstraint(InputField field, View view, MustOccurConstraint mc, String booleanStatement) This method processes the MustOccurConstraint.static voidClientValidationUtils.processPrerequisiteConstraint(InputField field, PrerequisiteConstraint constraint, View view) Simpler version of processPrerequisiteConstraintstatic voidClientValidationUtils.processPrerequisiteConstraint(InputField field, PrerequisiteConstraint constraint, View view, String booleanStatement) Processes a Prerequisite constraint that should be applied when the booleanStatement passed in evaluates to true.Constructors in org.kuali.rice.krad.uif.util with parameters of type ViewModifierConstructorDescriptionMultiColumnComparator(List<Object> modelCollection, CollectionGroup collectionGroup, List<ColumnSort> columnSorts, ViewModel form, View view) Constructs a MultiColumnComparator instance -
Uses of View in org.kuali.rice.krad.uif.view
Subclasses of View in org.kuali.rice.krad.uif.viewModifier and TypeClassDescriptionclassView type for KRAD documents.classProvides configuration forViewinstances that render an HTML form.classIframeView is a View component that shows another website's content in an iframe.classType ofViewthat provides a read-only display of a record of data (object instance)classView type for Maintenance documentsclassView that presents a message to the user (for example an application error message)classView type for Transactional documents.Methods in org.kuali.rice.krad.uif.view that return ViewModifier and TypeMethodDescriptionView.clone()ViewModel.getView()View instance associated with the model.Methods in org.kuali.rice.krad.uif.view with parameters of type ViewModifier and TypeMethodDescriptionbooleanViewAuthorizer.canEditField(View view, ViewModel model, Field field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canEditField(View view, ViewModel model, Field field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canEditField(View view, ViewModel model, Field field, String propertyName) Determines if the given field within the view is allowed to be editedbooleanViewPresentationControllerBase.canEditField(View view, ViewModel model, Field field, String propertyName) booleanViewAuthorizer.canEditGroup(View view, ViewModel model, Group group, String groupId, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canEditGroup(View view, ViewModel model, Group group, String groupId, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canEditGroup(View view, ViewModel model, Group group, String groupId) booleanViewPresentationControllerBase.canEditGroup(View view, ViewModel model, Group group, String groupId) booleanViewAuthorizer.canEditLine(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canEditLine(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canEditLine(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line) booleanViewPresentationControllerBase.canEditLine(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line) booleanViewAuthorizer.canEditLineField(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Field field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canEditLineField(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Field field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canEditLineField(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Field field, String propertyName) booleanViewPresentationControllerBase.canEditLineField(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Field field, String propertyName) booleanViewAuthorizer.canEditView(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user) Determines if the given user is authorized to edit the given viewbooleanViewAuthorizerBase.canEditView(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user) Checks for an edit view permission for the view id, and if found verifies the user has that permissionbooleanViewPresentationController.canEditView(View view, ViewModel model) Determines if the the given view and data is allowed to be editedbooleanViewPresentationControllerBase.canEditView(View view, ViewModel model) booleanViewAuthorizer.canEditWidget(View view, ViewModel model, Widget widget, String widgetId, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canEditWidget(View view, ViewModel model, Widget widget, String widgetId, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canEditWidget(View view, ViewModel model, Widget widget, String widgetId) booleanViewPresentationControllerBase.canEditWidget(View view, ViewModel model, Widget widget, String widgetId) booleanViewAuthorizer.canOpenView(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user) Determines if the given user is authorized to open the given viewbooleanViewAuthorizerBase.canOpenView(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user) Checks for an open view permission for the view id, and if found verifies the user has that permissionbooleanViewAuthorizer.canPartialUnmaskField(View view, ViewModel model, DataField field, String propertyName, org.kuali.rice.kim.api.identity.Person user) Checks whether the partial mask authorization exists for the given property and if so whether the given user has the ability to unmask the valuebooleanViewAuthorizerBase.canPartialUnmaskField(View view, ViewModel model, DataField field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizer.canPerformAction(View view, ViewModel model, Action action, String actionEvent, String actionId, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canPerformAction(View view, ViewModel model, Action action, String actionEvent, String actionId, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canPerformAction(View view, ViewModel model, Action action, String actionEvent, String actionId) booleanViewPresentationControllerBase.canPerformAction(View view, ViewModel model, Action action, String actionEvent, String actionId) booleanViewAuthorizer.canPerformLineAction(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Action action, String actionEvent, String actionId, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canPerformLineAction(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Action action, String actionEvent, String actionId, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canPerformLineAction(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Action action, String actionEvent, String actionId) booleanViewPresentationControllerBase.canPerformLineAction(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Action action, String actionEvent, String actionId) booleanViewAuthorizer.canUnmaskField(View view, ViewModel model, DataField field, String propertyName, org.kuali.rice.kim.api.identity.Person user) Checks whether the mask authorization exists for the given property and if so whether the given user has the ability to unmask the valuebooleanViewAuthorizerBase.canUnmaskField(View view, ViewModel model, DataField field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizer.canViewField(View view, ViewModel model, Field field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canViewField(View view, ViewModel model, Field field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canViewField(View view, ViewModel model, Field field, String propertyName) Determines if the given field within the view is allowed to be viewedbooleanViewPresentationControllerBase.canViewField(View view, ViewModel model, Field field, String propertyName) booleanViewAuthorizer.canViewGroup(View view, ViewModel model, Group group, String groupId, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canViewGroup(View view, ViewModel model, Group group, String groupId, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canViewGroup(View view, ViewModel model, Group group, String groupId) booleanViewPresentationControllerBase.canViewGroup(View view, ViewModel model, Group group, String groupId) booleanViewAuthorizer.canViewLine(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canViewLine(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canViewLine(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line) booleanViewPresentationControllerBase.canViewLine(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line) booleanViewAuthorizer.canViewLineField(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Field field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canViewLineField(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Field field, String propertyName, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canViewLineField(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Field field, String propertyName) booleanViewPresentationControllerBase.canViewLineField(View view, ViewModel model, CollectionGroup collectionGroup, String collectionPropertyName, Object line, Field field, String propertyName) booleanViewAuthorizer.canViewWidget(View view, ViewModel model, Widget widget, String widgetId, org.kuali.rice.kim.api.identity.Person user) booleanViewAuthorizerBase.canViewWidget(View view, ViewModel model, Widget widget, String widgetId, org.kuali.rice.kim.api.identity.Person user) booleanViewPresentationController.canViewWidget(View view, ViewModel model, Widget widget, String widgetId) booleanViewPresentationControllerBase.canViewWidget(View view, ViewModel model, Widget widget, String widgetId) protected voidViewIndex.clearIndex(View view) Clears view indexes, for reinitializing indexes at the start of each phase.voidDefaultExpressionEvaluator.evaluateExpressionsOnConfigurable(View view, UifDictionaryBean expressionConfigurable, Map<String, Object> evaluationParameters) Evaluates any el expressions that are found as a string property value for the objectvoidExpressionEvaluator.evaluateExpressionsOnConfigurable(View view, UifDictionaryBean expressionConfigurable, Map<String, Object> evaluationParameters) Evaluates any el expressions that are found as a string property value for the objectvoidDefaultExpressionEvaluator.evaluatePropertyExpression(View view, Map<String, Object> evaluationParameters, UifDictionaryBean expressionConfigurable, String propertyName, boolean removeExpression) Evaluates the configured expression for the given property name (if not exists) on the given configurablevoidExpressionEvaluator.evaluatePropertyExpression(View view, Map<String, Object> evaluationParameters, UifDictionaryBean expressionConfigurable, String propertyName, boolean removeExpression) Evaluates the configured expression for the given property name (if not exists) on the given configurableprotected voidDefaultExpressionEvaluator.evaluatePropertyExpressions(View view, UifDictionaryBean expressionConfigurable, Map<String, Object> evaluationParameters) Iterates through the keys of the property expressions map and invokesDefaultExpressionEvaluator.evaluatePropertyExpression(org.kuali.rice.krad.uif.view.View, java.util.Map, org.kuali.rice.krad.datadictionary.uif.UifDictionaryBean, String, boolean)protected voidDefaultExpressionEvaluator.evaluatePropertyReplacers(View view, UifDictionaryBean expressionConfigurable, Map<String, Object> evaluationParameters) Iterates through any configuredPropertyReplacerinstances for the component and evaluates the given condition.booleanViewPresentationController.fieldIsRequired(View view, ViewModel model, Field field, String propertyName) Determines if a value is required to be present for the given field (used to indicate in the client the field must be completed)booleanViewPresentationControllerBase.fieldIsRequired(View view, ViewModel model, Field field, String propertyName) ViewAuthorizer.getActionFlags(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user, Set<String> actions) Returns the set of action flags that are authorized for the given userViewAuthorizerBase.getActionFlags(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user, Set<String> actions) ViewPresentationController.getActionFlags(View view, UifFormBase model) ViewPresentationControllerBase.getActionFlags(View view, UifFormBase model) ViewAuthorizerBase.getActionPermissionDetails(View view, Object dataObject, Action action) Builds the permission details map for an action which includes the namespace, view id, and action id and eventprotected ObjectViewAuthorizerBase.getDataObjectContext(View view, ViewModel model) Retrieves the object from the model that is used as the context for permission checksViewAuthorizer.getEditModes(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user, Set<String> editModes) Returns the set of edit modes that are authorized for the given userViewAuthorizerBase.getEditModes(View view, ViewModel model, org.kuali.rice.kim.api.identity.Person user, Set<String> editModes) ViewPresentationController.getEditModes(View view, UifFormBase model) ViewPresentationControllerBase.getEditModes(View view, UifFormBase model) ViewAuthorizerBase.getFieldPermissionDetails(View view, Object dataObject, Field field) Builds the permission details map for a field which includes the component namespace, component name, and field id, in addition to property name for data binding fieldsViewAuthorizerBase.getGroupPermissionDetails(View view, Object dataObject, Group group) Builds the permission details map for a group which includes the component namespace, component name, and group id, in addition to property name for collection groupsViewAuthorizerBase.getWidgetPermissionDetails(View view, Object dataObject, Widget widget) Builds the permission details map for a widget which includes the namespace, view id, and widget idprotected booleanViewAuthorizerBase.isAuthorizedByTemplate(View view, Component component, ViewModel model, String permissionTemplateName, org.kuali.rice.kim.api.identity.Person user, Map<String, String> additionalPermissionDetails, Map<String, String> additionalRoleQualifications, boolean checkPermissionExistence) Performs a permission check for the given template name in the context of the given view and componentDefaultExpressionEvaluator.replaceBindingPrefixes(View view, Object object, String expression) Adjusts the property expressions for a given objectExpressionEvaluator.replaceBindingPrefixes(View view, Object object, String expression) Adjusts the property expressions for a given objectvoidSetter for the view instance -
Uses of View in org.kuali.rice.krad.uif.widget
Methods in org.kuali.rice.krad.uif.widget with parameters of type ViewModifier and TypeMethodDescriptionprotected org.kuali.rice.krad.bo.DataObjectRelationshipQuickFinder.getRelationshipForField(View view, Object model, InputField field) Retrieves anyDataObjectRelationshipthat is associated with the given field and has a configured lookup view.voidQuickFinder.processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent, View view, Object model, LifecycleElement eventComponent) Adds post context data for the quickfinder so when the lookup return occurs the focus and jump point of the quickfinder action can be retrieved.protected voidSuggest.retrieveSuggestOptions(View view) Invokes the configured query method and sets the returned method value as the suggest options or suggest options JS stringprotected voidQuickFinder.setupForCollectionGroup(View view, Object model, CollectionGroup collectionGroup) Configures the quickfinder for the given collection group instance by setting the data object class, field conversions, and lookup collection name (if necessary).protected voidQuickFinder.setupForInputField(View view, Object model, InputField inputField) If quickfinder not manually configured attempts to find a relationship to build the quickfinder on, then also adjusts the path for any configured field conversions, lookup parameters, and refresh refreshes.protected voidQuickFinder.setupQuickfinderAction(View view, Object model, LifecycleElement parent) Adjusts the id for the quickfinder action, and then adds action parameters for passing along the quickfinder configuration to the lookup view. -
Uses of View in org.kuali.rice.krad.util
Methods in org.kuali.rice.krad.util with parameters of type ViewModifier and TypeMethodDescriptionstatic StringKRADUtils.generateUniqueViewTitle(UifFormBase form, View view) Attempts to generate a unique view title by combining the View's headerText with the title attribute for the dataObjectClass found through the DataObjectMetaDataService. -
Uses of View in org.kuali.rice.krad.web.bind
Methods in org.kuali.rice.krad.web.bind that return ViewModifier and TypeMethodDescriptionprotected ViewUifServletRequestDataBinder.getViewByType(javax.servlet.ServletRequest request, UifFormBase form) Attempts to get a view instance by looking for a view type name in the request or the form and querying that view type with the request parametersprotected ViewUifServletRequestDataBinder.getViewFromPreviousModel(UifFormBase form) Attempts to get a view instance based on the view id stored on the form (which might not be populated from the request but remaining from session) -
Uses of View in org.kuali.rice.krad.web.form
Fields in org.kuali.rice.krad.web.form declared as ViewMethods in org.kuali.rice.krad.web.form that return ViewMethods in org.kuali.rice.krad.web.form with parameters of type View