| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
Group |
NodePrototype.getDataGroupPrototype() |
Group |
ContainerBase.getFooter() |
Group |
Container.getFooter()
Footer
Group associated with the container |
| Modifier and Type | Method and Description |
|---|---|
protected org.kuali.rice.core.api.util.tree.Node<Group,MessageField> |
TreeGroup.buildTreeNode(org.kuali.rice.core.api.util.tree.Node<Object,String> nodeData,
String bindingPrefix,
String parentNode) |
org.kuali.rice.core.api.util.tree.Tree<Group,MessageField> |
TreeGroup.getTreeGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodePrototype.setDataGroupPrototype(Group dataGroupPrototype) |
void |
ContainerBase.setFooter(Group footer) |
void |
Container.setFooter(Group footer)
Setter for the containers footer
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TreeGroup.addNodeComponents(org.kuali.rice.core.api.util.tree.Node<Group,MessageField> node,
List<Component> components)
Retrieves the
Component instances from the node for building the nested
components list |
void |
TreeGroup.setTreeGroups(org.kuali.rice.core.api.util.tree.Tree<Group,MessageField> treeGroups) |
| Modifier and Type | Method and Description |
|---|---|
Group |
FieldGroup.getGroup()
Group instance that is contained within in the field |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldGroup.setGroup(Group group)
Setter for the field's nested group
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
StackedLayoutManager.getStackedGroups()
Final
List of Groups to render for the collection |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackedLayoutManager.setStackedGroups(List<Group> stackedGroups)
Setter for the collection groups
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Group |
ComponentFactory.getFooter() |
static Group |
ComponentFactory.getFooterSaveCloseCancel() |
static Group |
ComponentFactory.getGroup() |
static Group |
ComponentFactory.getGroupBodyOnly() |
static Group |
ComponentFactory.getGroupGridBodyOnly() |
static Group |
ComponentFactory.getGroupGridLayout() |
| Modifier and Type | Method and Description |
|---|---|
Group |
View.getApplicationFooter()
Footer for the application containing the view
|
Group |
LookupView.getCriteriaGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Group> |
View.getItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ViewPresentationControllerBase.canEditGroup(View view,
ViewModel model,
Group group,
String groupId) |
boolean |
ViewPresentationController.canEditGroup(View view,
ViewModel model,
Group group,
String groupId) |
boolean |
ViewAuthorizerBase.canEditGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user) |
boolean |
ViewAuthorizer.canEditGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user) |
boolean |
ViewPresentationControllerBase.canViewGroup(View view,
ViewModel model,
Group group,
String groupId) |
boolean |
ViewPresentationController.canViewGroup(View view,
ViewModel model,
Group group,
String groupId) |
boolean |
ViewAuthorizerBase.canViewGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user) |
boolean |
ViewAuthorizer.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–2016 The Kuali Foundation. All rights reserved.