Uses of Class
org.kuali.rice.krad.uif.container.Group

Packages that use Group
org.kuali.rice.krad.uif.container   
org.kuali.rice.krad.uif.field   
org.kuali.rice.krad.uif.layout   
org.kuali.rice.krad.uif.modifier   
org.kuali.rice.krad.uif.util   
org.kuali.rice.krad.uif.view   
 

Uses of Group in org.kuali.rice.krad.uif.container
 

Subclasses of Group in org.kuali.rice.krad.uif.container
 class CollectionGroup
          Group that holds a collection of objects and configuration for presenting the collection in the UI.
 class LinkGroup
          Special Group that presents a grouping on links, which can also include nested groupings of links
 class NavigationGroup
          Special Group that renders a navigation section
 class PageGroup
           
 class ReorderingGroup
          Group implementation that supports reordering of the group items
 class TabGroup
          A group that presents its child Groups as tabs.
 class TreeGroup
          Group component that is backed by a Tree data structure and typically rendered as a tree in the user interface
 

Methods in org.kuali.rice.krad.uif.container that return Group
 Group NodePrototype.getDataGroupPrototype()
           
 Group ContainerBase.getFooter()
           
 Group Container.getFooter()
          Footer Group associated with the container
 

Methods in org.kuali.rice.krad.uif.container that return types with arguments of type Group
protected  Node<Group,MessageField> TreeGroup.buildTreeNode(Node<Object,String> nodeData, String bindingPrefix, String parentNode)
           
 Tree<Group,MessageField> TreeGroup.getTreeGroups()
           
 

Methods in org.kuali.rice.krad.uif.container with parameters of type Group
 void NodePrototype.setDataGroupPrototype(Group dataGroupPrototype)
           
 void ContainerBase.setFooter(Group footer)
           
 void Container.setFooter(Group footer)
          Setter for the containers footer
 

Method parameters in org.kuali.rice.krad.uif.container with type arguments of type Group
protected  void TreeGroup.addNodeComponents(Node<Group,MessageField> node, List<Component> components)
          Retrieves the Component instances from the node for building the nested components list
 void TreeGroup.setTreeGroups(Tree<Group,MessageField> treeGroups)
           
 

Uses of Group in org.kuali.rice.krad.uif.field
 

Methods in org.kuali.rice.krad.uif.field that return Group
 Group FieldGroup.getGroup()
          Group instance that is contained within in the field
 

Methods in org.kuali.rice.krad.uif.field with parameters of type Group
 void FieldGroup.setGroup(Group group)
          Setter for the field's nested group
 

Uses of Group in org.kuali.rice.krad.uif.layout
 

Methods in org.kuali.rice.krad.uif.layout that return Group
 Group TableLayoutManager.getAddLineGroup()
          When TableLayoutManager.isSeparateAddLine() is true, this group will be used to render the add line
 Group StackedLayoutManager.getAddLineGroup()
          Group instance that will be used for the add line
 Group StackedLayoutManager.getLineGroupPrototype()
          Group instance that is used as a prototype for creating the collection line groups.
 Group StackedLayoutManager.getWrapperGroup()
          Group that will 'wrap' the generated collection lines so that they have a different layout from the general stacked layout
 

Methods in org.kuali.rice.krad.uif.layout that return types with arguments of type Group
 List<Group> StackedLayoutManager.getStackedGroups()
          Final List of Groups to render for the collection
 

Methods in org.kuali.rice.krad.uif.layout with parameters of type Group
protected  String StackedLayoutManager.buildLineHeaderText(Object line, Group lineGroup)
          Builds the header text for the collection line
 void TableLayoutManager.setAddLineGroup(Group addLineGroup)
          Setter for the add line Group
 void StackedLayoutManager.setAddLineGroup(Group addLineGroup)
          Setter for the add line group
 void StackedLayoutManager.setLineGroupPrototype(Group lineGroupPrototype)
          Setter for the line group prototype
 void StackedLayoutManager.setWrapperGroup(Group wrapperGroup)
          Setter for the wrapper group that will receive the generated line groups
 

Method parameters in org.kuali.rice.krad.uif.layout with type arguments of type Group
 void StackedLayoutManager.setStackedGroups(List<Group> stackedGroups)
          Setter for the collection groups
 

Uses of Group in org.kuali.rice.krad.uif.modifier
 

Methods in org.kuali.rice.krad.uif.modifier with parameters of type Group
protected  void CompareFieldCreateModifier.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 Group
static Group ComponentFactory.getFooter()
           
static Group ComponentFactory.getFooterSaveCloseCancel()
           
static Group ComponentFactory.getGroup()
           
static Group ComponentFactory.getGroupBodyOnly()
           
static Group ComponentFactory.getGroupGridBodyOnly()
           
static Group ComponentFactory.getGroupGridLayout()
           
 

Uses of Group in org.kuali.rice.krad.uif.view
 

Methods in org.kuali.rice.krad.uif.view that return Group
 Group View.getApplicationFooter()
          Footer for the application containing the view
 Group LookupView.getCriteriaGroup()
           
 

Methods in org.kuali.rice.krad.uif.view that return types with arguments of type Group
 List<? extends Group> View.getItems()
           
 

Methods in org.kuali.rice.krad.uif.view with parameters of type Group
 boolean ViewPresentationController.canEditGroup(View view, ViewModel model, Group group, String groupId)
           
 boolean ViewPresentationControllerBase.canEditGroup(View view, ViewModel model, Group group, String groupId)
           
 boolean ViewAuthorizer.canEditGroup(View view, ViewModel model, Group group, String groupId, Person user)
           
 boolean ViewAuthorizerBase.canEditGroup(View view, ViewModel model, Group group, String groupId, Person user)
           
 boolean ViewPresentationController.canViewGroup(View view, ViewModel model, Group group, String groupId)
           
 boolean ViewPresentationControllerBase.canViewGroup(View view, ViewModel model, Group group, String groupId)
           
 boolean ViewAuthorizer.canViewGroup(View view, ViewModel model, Group group, String groupId, Person user)
           
 boolean ViewAuthorizerBase.canViewGroup(View view, ViewModel model, Group group, String groupId, Person user)
           
protected  Map<String,String> 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 groups
 void View.setApplicationFooter(Group applicationFooter)
          Setter for the application footer
 void LookupView.setCriteriaGroup(Group criteriaGroup)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.