|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.web.ui.Section
@Deprecated public class Section
This class represents a section (tab) in a maintenance document.
Constructor Summary | |
---|---|
Section()
Deprecated. Default constructor, initializes |
|
Section(List rows)
Deprecated. Constructor which sets section rows |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Section()
public Section(List rows)
rows
- the rows to be displayed in the sectionMethod Detail |
---|
public String getErrorKey()
public void setErrorKey(String errorKey)
errorKey
- The errorKey to set.public List<Row> getRows()
public void setRows(List<Row> rows)
rows
- The rows 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |