Uses of Class
org.kuali.rice.krad.uif.container.DialogGroup
Packages that use DialogGroup
Package
Description
-
Uses of DialogGroup in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container that return DialogGroupModifier and TypeMethodDescriptionCollectionGroup.getAddLineDialog()Dialog group to use for the add line whenCollectionGroup.isAddWithDialog()is true.CollectionGroupBase.getAddLineDialog()Dialog group to use for the add line whenCollectionGroup.isAddWithDialog()is true.CollectionGroup.getEditLineDialogPrototype()Dialog group prototype to use to create the edit line dialog whenCollectionGroup.isEditWithDialog()is true.CollectionGroupBase.getEditLineDialogPrototype()Dialog group prototype to use to create the edit line dialog whenCollectionGroup.isEditWithDialog()is true.Methods in org.kuali.rice.krad.uif.container that return types with arguments of type DialogGroupModifier and TypeMethodDescriptionCollectionGroup.getLineDialogs()List of dialog groups that are configured for a line in the collection.CollectionGroupBase.getLineDialogs()List of dialog groups that are configured for a line in the collection.Methods in org.kuali.rice.krad.uif.container with parameters of type DialogGroupModifier and TypeMethodDescriptionbooleanCollectionGroupBuilder.refreshEditLineDialogContents(DialogGroup dialogGroup, Object model, CollectionGroup collectionGroup, int lineIndex) Helper method that checks if this is a refresh lifecycle and if the component to be refreshed is the dialog group, and if the action parameters bind to the same object as the collection's current line, and if they are then it returns true.voidCollectionGroup.setAddLineDialog(DialogGroup addLineDialog) voidCollectionGroupBase.setAddLineDialog(DialogGroup addLineDialog) voidCollectionGroup.setEditLineDialogPrototype(DialogGroup editLineDialogPrototype) voidCollectionGroupBase.setEditLineDialogPrototype(DialogGroup editLineDialogPrototype) protected voidCollectionGroupBuilder.setupEditLineDialog(DialogGroup editLineDialog, CollectionGroup group, int lineIndex, String lineSuffix, Object currentLine) Helper method to create and setup the edit line dialog for the indexed line.Method parameters in org.kuali.rice.krad.uif.container with type arguments of type DialogGroupModifier and TypeMethodDescriptionvoidCollectionGroup.setLineDialogs(List<DialogGroup> dialogGroups) voidCollectionGroupBase.setLineDialogs(List<DialogGroup> dialogGroups) -
Uses of DialogGroup in org.kuali.rice.krad.uif.container.collections
Methods in org.kuali.rice.krad.uif.container.collections that return types with arguments of type DialogGroupModifier and TypeMethodDescriptionLineBuilderContext.getLineDialogs()List of dialog groups that make up the lines dialogs.Method parameters in org.kuali.rice.krad.uif.container.collections with type arguments of type DialogGroupModifier and TypeMethodDescriptionvoidLineBuilderContext.setLineDialogs(List<DialogGroup> dialogGroups) -
Uses of DialogGroup in org.kuali.rice.krad.uif.element
Methods in org.kuali.rice.krad.uif.element that return DialogGroupModifier and TypeMethodDescriptionAction.getConfirmationDialog()Dialog to use an a confirmation for the action.Methods in org.kuali.rice.krad.uif.element with parameters of type DialogGroupModifier and TypeMethodDescriptionvoidAction.setConfirmationDialog(DialogGroup confirmationDialog) -
Uses of DialogGroup in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return DialogGroupModifier and TypeMethodDescriptionstatic DialogGroupComponentFactory.getSessionTimeoutDialog()Gets an instance of the session timeout dialogstatic DialogGroupComponentFactory.getSessionTimeoutWarningDialog()Gets an instance of the session timeout warning dialogstatic DialogGroupComponentFactory.getYesNoDialog()Gets an instance of the yes no dialog