| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.MaintainableSectionDefinition
@Deprecated public class MaintainableSectionDefinition
The maintainableSection element defines one section of the maintenance document. JSTL: maintainableSection is a Map which is accessed by an integer representing the sequential occurrence of the section. e.g. "0", "1", etc. This map contains entries with the following keys: index (String) - e.g. "0" for first section, etc. title (String) maintainableItems (Map)
| Field Summary | |
|---|---|
| protected  boolean | defaultOpenDeprecated. | 
| protected  String | helpUrlDeprecated. | 
| protected  boolean | hiddenDeprecated. | 
| protected  List<MaintainableItemDefinition> | maintainableItemsDeprecated. | 
| protected  String | titleDeprecated. | 
| Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase | 
|---|
| id | 
| Constructor Summary | |
|---|---|
| MaintainableSectionDefinition()Deprecated. | |
| Method Summary | |
|---|---|
|  void | completeValidation(Class rootBusinessObjectClass,
                                     Class otherBusinessObjectClass)Deprecated. Directly validate simple fields, call completeValidation on Definition fields. | 
|  String | getHelpUrl()Deprecated. | 
|  String | getId()Deprecated. Default the ID to the title for now. | 
|  List<MaintainableItemDefinition> | getMaintainableItems()Deprecated. | 
|  String | getTitle()Deprecated. | 
|  boolean | isDefaultOpen()Deprecated. | 
|  boolean | isHidden()Deprecated. | 
|  void | setDefaultOpen(boolean defaultOpen)Deprecated. | 
|  void | setHelpUrl(String helpUrl)Deprecated. | 
|  void | setHidden(boolean hidden)Deprecated. Whether to hide the entire section, tab and all. | 
|  void | setMaintainableItems(List<MaintainableItemDefinition> maintainableItems)Deprecated. The maintainableItems element defines the components of a section. | 
|  void | setTitle(String title)Deprecated. Sets title of the Section. | 
|  String | toString()Deprecated. | 
| Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase | 
|---|
| afterPropertiesSet, setId | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected String title
protected List<MaintainableItemDefinition> maintainableItems
protected boolean hidden
protected boolean defaultOpen
protected String helpUrl
| Constructor Detail | 
|---|
public MaintainableSectionDefinition()
| Method Detail | 
|---|
public String getTitle()
public String getId()
getId in interface DataDictionaryDefinitiongetId in class DataDictionaryDefinitionBaseDataDictionaryDefinitionBase.getId()public void setTitle(String title)
IllegalArgumentException - if the given title is blankpublic List<MaintainableItemDefinition> getMaintainableItems()
public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
rootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass - other stuff required to complete validationorg.kuali.rice.krad.datadictionary.DataDictionaryDefinition#completeValidation(java.lang.Class, java.lang.Object)public String toString()
toString in class Objectpublic boolean isHidden()
public void setHidden(boolean hidden)
public void setMaintainableItems(List<MaintainableItemDefinition> maintainableItems)
public boolean isDefaultOpen()
public void setDefaultOpen(boolean defaultOpen)
defaultOpen - the defaultOpen to setpublic String getHelpUrl()
public void setHelpUrl(String helpUrl)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||