@Deprecated public class Section extends Object implements Serializable
| Constructor and Description | 
|---|
| Section()Deprecated.  Default constructor, initializes | 
| Section(List rows)Deprecated.  Constructor which sets section rows | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getContainedCollectionNames()Deprecated.  Gets the containedCollectionNames attribute. | 
| String | getErrorKey()Deprecated.  | 
| String | getExtraButtonSource()Deprecated.  | 
| int | getFieldCnt()Deprecated.  | 
| String | getHelpUrl()Deprecated.  | 
| int | getNumberOfColumns()Deprecated.  | 
| List<Row> | getRows()Deprecated.  | 
| Class | getSectionClass()Deprecated.  | 
| String | getSectionId()Deprecated.  | 
| String | getSectionTitle()Deprecated.  | 
| boolean | isCollapsible()Deprecated.  | 
| boolean | isDefaultOpen()Deprecated.  | 
| boolean | isHidden()Deprecated.  | 
| boolean | isReadOnly()Deprecated.  | 
| void | setCollapsible(boolean isCollapsible)Deprecated.  | 
| void | setContainedCollectionNames(List<String> containedCollectionNames)Deprecated.  Sets the containedCollectionNames attribute value. | 
| void | setDefaultOpen(boolean defaultOpen)Deprecated.  | 
| void | setErrorKey(String errorKey)Deprecated.  | 
| void | setExtraButtonSource(String extraButtonSource)Deprecated.  | 
| void | setHelpUrl(String helpUrl)Deprecated.  | 
| void | setHidden(boolean hidden)Deprecated.  | 
| void | setNumberOfColumns(int numberOfColumns)Deprecated.  | 
| void | setReadOnly(boolean readOnly)Deprecated.  | 
| void | setRows(List<Row> rows)Deprecated.  | 
| void | setSectionClass(Class sectionClass)Deprecated.  | 
| void | setSectionId(String sectionId)Deprecated.  | 
| void | setSectionTitle(String sectionTitle)Deprecated.  | 
public Section()
public String getErrorKey()
public void setErrorKey(String errorKey)
errorKey - The errorKey to set.public String getSectionTitle()
public void setSectionTitle(String sectionTitle)
sectionTitle - The sectionTitle to set.public boolean isCollapsible()
public void setCollapsible(boolean isCollapsible)
isCollapsible - The isCollapsible to set.public Class getSectionClass()
public void setSectionClass(Class sectionClass)
sectionClass - The sectionClass to set.public int getNumberOfColumns()
public void setNumberOfColumns(int numberOfColumns)
public List<String> getContainedCollectionNames()
public void setContainedCollectionNames(List<String> containedCollectionNames)
containedCollectionNames - The containedCollectionNames to set.public String getExtraButtonSource()
public void setExtraButtonSource(String extraButtonSource)
extraButtonSource - the extraButtonSource to setpublic int getFieldCnt()
public String getSectionId()
public void setSectionId(String sectionId)
public boolean isHidden()
public void setHidden(boolean hidden)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly - the readOnly to setpublic boolean isDefaultOpen()
public void setDefaultOpen(boolean defaultOpen)
defaultOpen - the defaultOpen to setpublic String getHelpUrl()
public void setHelpUrl(String helpUrl)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.