Uses of Interface
org.kuali.rice.krad.uif.container.Group
Packages that use Group
Package
Description
-
Uses of Group in org.kuali.rice.krad.lookup
Methods in org.kuali.rice.krad.lookup that return GroupModifier and TypeMethodDescriptionLookupView.getCriteriaGroup()ComponentGroupinstance to render as search criteria.Methods in org.kuali.rice.krad.lookup with parameters of type GroupModifier and TypeMethodDescriptionprotected voidLookupView.convertLookupCriteriaFields(Group lookupGroup) Performs conversions of the lookup criteria fields within the given group's items.voidLookupView.setCriteriaGroup(Group criteriaGroup) -
Uses of Group in org.kuali.rice.krad.uif.container
Subinterfaces of Group in org.kuali.rice.krad.uif.containerModifier and TypeInterfaceDescriptioninterfaceInterface representing an editable collection within a view.interfaceInterface for top-level page components, to be used as items in a multi-page view.Classes in org.kuali.rice.krad.uif.container that implement GroupModifier and TypeClassDescriptionclassAccordion group class used to stack groups by there header titles in an accordion layout.classGroup that holds a collection of objects and configuration for presenting the collection in the UI.classSpecial type of group that presents the content in a modal dialog.classContainer that holds a list ofFieldor otherGroupinstancesclassLightTable is a light-weight collection table implementation that supports a subset of features, Current known supported features are: DataField InputField with TextControl, CheckboxControl, or single SelectControl MessageField LinkField ActionField ImageField most RichTable options FieldGroup containing only Actions, Image, Messages, or Links SpringEL for String properties on supported components only SpringEL specifically for the render property Other features are not guaranteed to work, but may work at your own risk.classSpecialGroupthat presents a grouping on links, which can also include nested groupings of linksclassA PageGroup represents a page of a View.classA navigation group which renders a menu with items, that is shown at the side of the page with collapse.classA group that presents its child Groups as tabs.classSpecialGroupthat renders a tab navigation sectionclassGroup component that is backed by aTreedata structure and typically rendered as a tree in the user interfaceMethods in org.kuali.rice.krad.uif.container that return GroupModifier and TypeMethodDescriptionNodePrototype.getDataGroupPrototype()Container.getFooter()FooterGroupassociated with the containerContainerBase.getFooter()FooterGroupassociated with the containerMethods in org.kuali.rice.krad.uif.container that return types with arguments of type GroupModifier and TypeMethodDescriptionCopies aNodeinstance and then recursively copies each of its child nodesTreeGroup.getTreeGroups()Methods in org.kuali.rice.krad.uif.container with parameters of type GroupModifier and TypeMethodDescriptionvoidNodePrototype.setDataGroupPrototype(Group dataGroupPrototype) voidvoidMethod parameters in org.kuali.rice.krad.uif.container with type arguments of type GroupModifier and TypeMethodDescriptionprotected voidRetrieves theComponentinstances from the node for building the nested components listCopies aNodeinstance and then recursively copies each of its child nodesvoidTreeGroup.setTreeGroups(Tree<Group, Message> treeGroups) -
Uses of Group in org.kuali.rice.krad.uif.element
Methods in org.kuali.rice.krad.uif.element that return GroupModifier and TypeMethodDescriptionApplicationHeader.getApplicationToolbar()Group that is rendered below the navigation bar with a toolbar style.Header.getLowerGroup()Nested group instance that can be used to render contents below the header textToggleMenu.getMenuGroup()Group instance that is rendered when the toggle menu is toggled.NavigationBar.getNavigationBarGroup()Group instance that holds the navigation items (such as links) for the navigation bar.Header.getRightGroup()Nested group instance that can be used to render contents to the right of the header textHeader.getUpperGroup()Nested group instance that can be used to render contents above the header textMethods in org.kuali.rice.krad.uif.element with parameters of type GroupModifier and TypeMethodDescriptionvoidApplicationHeader.setApplicationToolbar(Group applicationToolbar) voidHeader.setLowerGroup(Group lowerGroup) Setter for the header group instance that is rendered below the header textvoidToggleMenu.setMenuGroup(Group menuGroup) voidNavigationBar.setNavigationBarGroup(Group navigationBarGroup) voidHeader.setRightGroup(Group rightGroup) Setter for the header group instance that is rendered to the right of the header textvoidHeader.setUpperGroup(Group upperGroup) Setter for the header group instance that is rendered above the header text -
Uses of Group in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field that return GroupModifier and TypeMethodDescriptionFieldGroup.getGroup()Groupinstance that is contained within in the fieldMethods in org.kuali.rice.krad.uif.field with parameters of type Group -
Uses of Group in org.kuali.rice.krad.uif.freemarker
Methods in org.kuali.rice.krad.uif.freemarker with parameters of type GroupModifier and TypeMethodDescriptionstatic voidFreeMarkerInlineRenderUtils.renderCloseGroupWrap(freemarker.core.Environment env, Group group) Render close tags wrapping a group component.static voidFreeMarkerInlineRenderUtils.renderOpenGroupWrap(freemarker.core.Environment env, Group group) Render open tags wrapping a group component. -
Uses of Group in org.kuali.rice.krad.uif.layout
Methods in org.kuali.rice.krad.uif.layout that return GroupModifier and TypeMethodDescriptionCollectionLayoutManager.getAddLineGroup()Group for rendering the add line when separate (always the case for stacked layout, and a configuration for table layout).StackedLayoutManagerBase.getAddLineGroup()Returns the parentCollectionLayoutManagerBase's add line groupStackedLayoutManager.getLineGroupPrototype()Group instance that is used as a prototype for creating the collection line groups.StackedLayoutManagerBase.getLineGroupPrototype()Group instance that is used as a prototype for creating the collection line groups.TableLayoutManager.getRowDetailsGroup()The row details info group to use when using a TableLayoutManager with the a richTable.TableLayoutManagerBase.getRowDetailsGroup()The row details info group to use when using a TableLayoutManager with the a richTable.StackedLayoutManager.getWrapperGroup()Group that will 'wrap' the generated collection lines so that they have a different layout from the general stacked layoutStackedLayoutManagerBase.getWrapperGroup()Group that will 'wrap' the generated collection lines so that they have a different layout from the general stacked layoutMethods in org.kuali.rice.krad.uif.layout that return types with arguments of type GroupModifier and TypeMethodDescriptionStackedLayoutManager.getStackedGroups()FinalListof Groups to render for the collectionStackedLayoutManagerBase.getStackedGroups()FinalListof Groups to render for the collectionStackedLayoutManager.getStackedGroupsNoWrapper()Used by reflection during the lifecycle to get groups for the lifecycle when not using a wrapper groupStackedLayoutManagerBase.getStackedGroupsNoWrapper()Used by reflection during the lifecycle to get groups for the lifecycle when not using a wrapper groupMethods in org.kuali.rice.krad.uif.layout with parameters of type GroupModifier and TypeMethodDescriptionprotected StringStackedLayoutManagerBase.buildLineHeaderText(Object line, Group lineGroup) Builds the header text for the collection lineprotected voidStackedLayoutManagerBase.determineLineActionPlacement(Group lineGroup, CollectionGroup collectionGroup, LineBuilderContext lineBuilderContext, List<Component> groupFields) Places actions in the appropriate location for the stacked group line based on placement flags set on this layout managervoidCollectionLayoutManager.setAddLineGroup(Group addLineGroup) voidStackedLayoutManager.setLineGroupPrototype(Group lineGroupPrototype) Setter for the line group prototypevoidStackedLayoutManagerBase.setLineGroupPrototype(Group lineGroupPrototype) Setter for the line group prototypevoidTableLayoutManager.setRowDetailsGroup(Group rowDetailsGroup) Set the row details info groupvoidTableLayoutManagerBase.setRowDetailsGroup(Group rowDetailsGroup) voidStackedLayoutManager.setWrapperGroup(Group wrapperGroup) Setter for the wrapper group that will receive the generated line groupsvoidStackedLayoutManagerBase.setWrapperGroup(Group wrapperGroup) Setter for the wrapper group that will receive the generated line groupsMethod parameters in org.kuali.rice.krad.uif.layout with type arguments of type GroupModifier and TypeMethodDescriptionvoidStackedLayoutManager.setStackedGroups(List<Group> stackedGroups) Setter for the collection groupsvoidStackedLayoutManagerBase.setStackedGroups(List<Group> stackedGroups) Setter for the collection groups -
Uses of Group in org.kuali.rice.krad.uif.layout.collections
Methods in org.kuali.rice.krad.uif.layout.collections that return GroupModifier and TypeMethodDescriptionCollectionLayoutManagerBase.getAddLineGroup()Group for rendering the add line when separate (always the case for stacked layout, and a configuration for table layout).Methods in org.kuali.rice.krad.uif.layout.collections with parameters of type GroupModifier and TypeMethodDescriptionprotected voidCollectionLayoutManagerBase.addEnterKeyDataAttributeToGroup(Group group, Map<String, Object> lineContext, ExpressionEvaluator expressionEvaluator, String enterKeyAction) Method to add and enter key add to the given Group.voidCollectionLayoutManagerBase.setAddLineGroup(Group addLineGroup) -
Uses of Group in org.kuali.rice.krad.uif.modifier
Methods in org.kuali.rice.krad.uif.modifier with parameters of type GroupModifier and TypeMethodDescriptionprotected booleanCompareFieldCreateModifier.performValueComparison(Group group, Component compareItem, Object model, String compareValueObjectBindingPath) For each attribute field in the compare item, retrieves the field value and compares against the value for the main comparable. -
Uses of Group in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return GroupModifier and TypeMethodDescriptionstatic GroupComponentFactory.getFooter()Gets the footerstatic GroupComponentFactory.getFooterSaveCloseCancel()Gets the footer save/close/cancelstatic GroupComponentFactory.getGroup()Gets the groupstatic GroupComponentFactory.getGroupBodyOnly()Gets the group body onlystatic GroupComponentFactory.getGroupGridBodyOnly()Gets the group grid body onlystatic GroupComponentFactory.getGroupGridLayout()Gets the group grid layoutstatic GroupComponentFactory.getGroupWithDisclosureGridLayout()static GroupComponentFactory.getHorizontalBoxGroup()Gets the horizontal box groupstatic GroupComponentFactory.getHorizontalBoxSection()Gets the horizontal box sectionstatic GroupComponentFactory.getVerticalBoxGroup()Gets the vertical box groupstatic GroupComponentFactory.getVerticalBoxSection()Gets the vertical box section -
Uses of Group in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view that return GroupModifier and TypeMethodDescriptionView.getApplicationFooter()Footer for the application containing the view.View.getBuildFooter()Build footer for the application containing the view.View.getNavigation()NavigationGroup instance for the Viewinvalid input: '<'View.getTopGroup()TopGroup is an optional group of content that appears above the breadcrumbs and view header.Methods in org.kuali.rice.krad.uif.view that return types with arguments of type GroupModifier and TypeMethodDescriptionView.getDialogs()Provide a list of dialog groups associated with this view.Methods in org.kuali.rice.krad.uif.view with parameters of type GroupModifier and TypeMethodDescriptionbooleanbooleanViewAuthorizerBase.canEditGroup(View view, ViewModel model, Group group, String groupId, Person user) booleanViewPresentationController.canEditGroup(View view, ViewModel model, Group group, String groupId) booleanViewPresentationControllerBase.canEditGroup(View view, ViewModel model, Group group, String groupId) booleanbooleanViewAuthorizerBase.canViewGroup(View view, ViewModel model, Group group, String groupId, Person user) booleanViewPresentationController.canViewGroup(View view, ViewModel model, Group group, String groupId) booleanViewPresentationControllerBase.canViewGroup(View view, ViewModel model, Group group, String groupId) ViewAuthorizerBase.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 groupsvoidView.setApplicationFooter(Group applicationFooter) voidView.setBuildFooter(Group buildFooter) voidView.setNavigation(Group navigation) voidView.setTopGroup(Group topGroup) Method parameters in org.kuali.rice.krad.uif.view with type arguments of type Group