Uses of Class
org.kuali.rice.krad.uif.element.Action
Packages that use Action
Package
Description
-
Uses of Action in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container that return ActionModifier and TypeMethodDescriptionCollectionGroup.getAddBlankLineAction()The add blank lineActionfield rendered when renderAddBlankLineButton is trueCollectionGroupBase.getAddBlankLineAction()The add blank lineActionfield rendered when renderAddBlankLineButton is trueCollectionGroup.getAddWithDialogAction()TheActionthat will be displayed that will open the add line group in a dialog.CollectionGroupBase.getAddWithDialogAction()TheActionthat will be displayed that will open the add line group in a dialog.CollectionGroup.getEditInDialogSaveActionPrototype()TheActionthat will be displayed within the edit line group in a dialog.CollectionGroupBase.getEditInDialogSaveActionPrototype()TheActionthat will be displayed within the edit line group in a dialog.CollectionGroup.getEditWithDialogActionPrototype()TheActionthat will be displayed that will open the edit line group in a dialog.CollectionGroupBase.getEditWithDialogActionPrototype()TheActionthat will be displayed that will open the edit line group in a dialog.protected ActionCollectionGroupBuilder.setupEditLineActionForDialog(CollectionGroup collectionGroup, String lineSuffix, int lineIndex, int actionIndex) Helper method to setup the edit line action to show the dialogMethods in org.kuali.rice.krad.uif.container with parameters of type ActionModifier and TypeMethodDescriptionvoidCollectionGroup.setAddBlankLineAction(Action addBlankLineAction) Setter for the add blank lineActionfieldvoidCollectionGroupBase.setAddBlankLineAction(Action addBlankLineAction) Setter for the add blank lineActionfieldvoidCollectionGroup.setAddWithDialogAction(Action addViaLightBoxAction) voidCollectionGroupBase.setAddWithDialogAction(Action addWithDialogAction) voidCollectionGroup.setEditInDialogSaveActionPrototype(Action editInDialogSaveActionPrototype) voidCollectionGroupBase.setEditInDialogSaveActionPrototype(Action editInDialogSaveActionPrototype) voidCollectionGroup.setEditWithDialogActionPrototype(Action editWithDialogActionPrototype) voidCollectionGroupBase.setEditWithDialogActionPrototype(Action editWithDialogActionPrototype) Method parameters in org.kuali.rice.krad.uif.container with type arguments of type ActionModifier and TypeMethodDescriptionvoidCollectionGroupBuilder.initializeActions(List<Action> actions, CollectionGroup collectionGroup, int lineIndex) Updates the action parameters, jump to, refresh id, and validation configuration for the list of actions associated with the given collection group and line index.protected voidCollectionGroupLineBuilder.setFocusOnIdForActions(List<Action> actions, List<Field> lineFields) For any actions with focus idUifConstants.Order.LINE_FIRST, the focus id is replaced to match to id of the first control in the line. -
Uses of Action in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field that return ActionMethods in org.kuali.rice.krad.uif.field with parameters of type Action -
Uses of Action in org.kuali.rice.krad.uif.layout
Methods in org.kuali.rice.krad.uif.layout that return ActionModifier and TypeMethodDescriptionTableLayoutManager.getExpandDetailsActionPrototype()The Action prototype used for the row details expand link.TableLayoutManagerBase.getExpandDetailsActionPrototype()The Action prototype used for the row details expand link.TableLayoutManager.getToggleAllDetailsAction()The toggleAllDetailsAction action component used to toggle all row details open/closed.TableLayoutManagerBase.getToggleAllDetailsAction()The toggleAllDetailsAction action component used to toggle all row details open/closed.Methods in org.kuali.rice.krad.uif.layout with parameters of type ActionModifier and TypeMethodDescriptionvoidTableLayoutManager.setExpandDetailsActionPrototype(Action expandDetailsActionPrototype) Set the expand details Action prototype linkvoidTableLayoutManagerBase.setExpandDetailsActionPrototype(Action expandDetailsActionPrototype) Set the expand details Action prototype linkvoidTableLayoutManager.setToggleAllDetailsAction(Action toggleAllDetailsAction) Set the toggleAllDetailsAction action component used to toggle all row details open/closed.voidTableLayoutManagerBase.setToggleAllDetailsAction(Action toggleAllDetailsAction) Set the toggleAllDetailsAction action component used to toggle all row details open/closed. -
Uses of Action in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return ActionModifier and TypeMethodDescriptionstatic ActionComponentFactory.getAction()Gets the actionstatic ActionComponentFactory.getActionLink()Gets the action linkstatic ActionComponentFactory.getHelpAction()Gets the default action component configured for helpstatic ActionComponentFactory.getSecondaryAction()Returns an instance of a secondary action component. -
Uses of Action in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view with parameters of type ActionModifier and TypeMethodDescriptionbooleanViewAuthorizer.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) 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 event -
Uses of Action in org.kuali.rice.krad.uif.widget
Methods in org.kuali.rice.krad.uif.widget that return ActionModifier and TypeMethodDescriptionInquiry.getDirectInquiryAction()Actionthat will be rendered next to the field for a direct inquiryHelp.getHelpAction()HelpActionField is used for rendering external helpQuickFinder.getQuickfinderAction()Action component that is used to rendered for the field for invoking the quickfinder action (bringing up the lookup).Methods in org.kuali.rice.krad.uif.widget with parameters of type ActionModifier and TypeMethodDescriptionvoidInquiry.setDirectInquiryAction(Action directInquiryAction) Setter for the direct inquiryActionvoidHelp.setHelpAction(Action helpAction) Setter for helpActionvoidQuickFinder.setQuickfinderAction(Action quickfinderAction)