MaintenanceDocumentView.@Deprecated public class MaintainableSectionDefinition extends DataDictionaryDefinitionBase
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | defaultOpenDeprecated.  | 
| protected String | helpUrlDeprecated.  | 
| protected boolean | hiddenDeprecated.  | 
| protected List<MaintainableItemDefinition> | maintainableItemsDeprecated.  | 
| protected String | titleDeprecated.  | 
embeddedDataObjectMetadata, generatedFromMetadata, idcomponentCode, namespaceCode| Constructor and Description | 
|---|
| MaintainableSectionDefinition()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.  | 
completeValidation, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadataclone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdataDictionaryPostProcessing, getComponentCode, getNamespaceCodeprotected List<MaintainableItemDefinition> maintainableItems
protected boolean hidden
protected boolean defaultOpen
public MaintainableSectionDefinition()
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)
completeValidation in interface DataDictionaryDefinitioncompleteValidation in class DataDictionaryDefinitionBaserootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass - other stuff required to complete validationDataDictionaryDefinition.completeValidation(Class, Class)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)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.