| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.uif.component.ComponentBase
org.kuali.rice.krad.uif.container.ContainerBase
org.kuali.rice.krad.uif.container.Group
org.kuali.rice.krad.uif.container.LinkGroup
public class LinkGroup
Special Group that presents a grouping on links, which can
 also include nested groupings of links
 
 Generally this group outputs a list of LinkField instances, however
 it can be configured to place separates between the fields and also delimiters
 for the grouping
 
| Field Summary | 
|---|
| Fields inherited from interface org.kuali.rice.krad.uif.component.Ordered | 
|---|
| INITIAL_ORDER_VALUE | 
| Fields inherited from interface org.springframework.core.Ordered | 
|---|
| HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE | 
| Constructor Summary | |
|---|---|
| LinkGroup() | |
| Method Summary | ||
|---|---|---|
| protected 
 | copyProperties(T component)Copies the properties over for the copy method | |
|  String | getEmptyLinkGroupString()String that will be outputted when the list backing the link group is empty | |
|  String | getGroupBeginDelimiter()String that will be rendered before the group of links are rendered | |
|  String | getGroupEndDelimiter()String that will be rendered after the group of links are rendered | |
|  String | getLinkSeparator()String that will be rendered between each rendered link e.g. | |
|  void | setEmptyLinkGroupString(String emptyLinkGroupString)Setter for the empty group string | |
|  void | setGroupBeginDelimiter(String groupBeginDelimiter)Setter for the group begin delimiter | |
|  void | setGroupEndDelimiter(String groupEndDelimiter)Setter for the group end delimiter | |
|  void | setLinkSeparator(String linkSeparator)Setter for the link separator | |
| Methods inherited from class org.kuali.rice.krad.uif.container.Group | 
|---|
| completeValidation, getComponentsForLifecycle, getComponentTypeName, getDisclosure, getFieldBindByNamePrefix, getFieldBindingObjectPath, getItems, getScrollpane, getSupportedComponents, isRenderLoading, performInitialization, setDisclosure, setFieldBindByNamePrefix, setFieldBindingObjectPath, setItems, setScrollpane | 
| Methods inherited from class org.kuali.rice.krad.uif.container.ContainerBase | 
|---|
| getComponentPrototypes, getDefaultItemPosition, getFooter, getHeader, getHeaderText, getHelp, getHelpTitle, getInstructionalMessage, getInstructionalText, getLayoutManager, getValidationMessages, performApplyModel, performFinalize, setDefaultItemPosition, setFooter, setHeader, setHeaderText, setHelp, setInstructionalMessage, setInstructionalText, setLayoutManager, setRenderFooter, setRenderHeader, setTooltipOfComponent, setValidationMessages, sortItems | 
| Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase | 
|---|
| getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph | 
| Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase | 
|---|
| getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.kuali.rice.krad.datadictionary.uif.UifDictionaryBean | 
|---|
| getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph | 
| Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean | 
|---|
| getComponentCode, getNamespaceCode | 
| Constructor Detail | 
|---|
public LinkGroup()
| Method Detail | 
|---|
public String getGroupBeginDelimiter()
If the list of links is empty, the start delimiter will not be rendered but instead the #emptyLinkGroupString will be outputted
e.g. '['
public void setGroupBeginDelimiter(String groupBeginDelimiter)
groupBeginDelimiter - public String getGroupEndDelimiter()
If the list of links is empty, the end delimiter will not be rendered but instead the #emptyLinkGroupString will be outputted
e.g. ']'
public void setGroupEndDelimiter(String groupEndDelimiter)
groupEndDelimiter - public String getLinkSeparator()
public void setLinkSeparator(String linkSeparator)
linkSeparator - public String getEmptyLinkGroupString()
public void setEmptyLinkGroupString(String emptyLinkGroupString)
emptyLinkGroupString - protected <T> void copyProperties(T component)
ComponentBase
copyProperties in class Groupcomponent - base beanComponentBase.copy()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||