|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.DictionaryBeanBase org.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 |
defaultOpen
Deprecated. |
protected String |
helpUrl
Deprecated. |
protected boolean |
hidden
Deprecated. |
protected List<MaintainableItemDefinition> |
maintainableItems
Deprecated. |
protected String |
title
Deprecated. |
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
embeddedDataObjectMetadata, generatedFromMetadata, id |
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
---|
componentCode, namespaceCode |
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 |
---|
completeValidation, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata |
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
---|
copy, copyProperties, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean |
---|
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode |
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 DataDictionaryDefinition
getId
in class DataDictionaryDefinitionBase
DataDictionaryDefinitionBase.getId()
public void setTitle(String title)
IllegalArgumentException
- if the given title is blankpublic List<MaintainableItemDefinition> getMaintainableItems()
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation
in interface DataDictionaryDefinition
completeValidation
in class DataDictionaryDefinitionBase
rootBusinessObjectClass
- Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass
- other stuff required to complete validationDataDictionaryDefinition.completeValidation(Class, Class)
public String toString()
toString
in class Object
public 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 |