|
|||||||||
| Home >> All >> nectar >> view >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nectar.view.beans
Class CategoryBean

java.lang.Objectnectar.view.beans.ViewBean
nectar.view.beans.CategoryBean
- All Implemented Interfaces:
- java.io.Serializable
- public class CategoryBean
- extends ViewBean
| Field Summary | |
private nectar.view.CategoryView |
cat
|
private java.util.Collection |
contents
|
| Constructor Summary | |
CategoryBean()
|
|
CategoryBean(nectar.view.CategoryView cat)
Creates a new instance of CategoryBean |
|
| Method Summary | |
void |
addContent(nectar.view.RecordView view)
|
void |
addContent(nectar.view.RecordView[] a)
|
void |
addContent(ViewBean view)
|
void |
addContent(ViewBean[] a)
|
nectar.view.CategoryView |
getCategory()
|
java.util.Collection |
getContent()
|
void |
loadFromTree(nectar.record.RecordTree tree)
|
void |
setCategory(nectar.view.CategoryView v)
|
void |
setContents(java.util.Collection c)
|
void |
setContents(nectar.view.RecordView[] a)
|
void |
setContents(ViewBean[] a)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
cat
private nectar.view.CategoryView cat
contents
private java.util.Collection contents
| Constructor Detail |
CategoryBean
public CategoryBean(nectar.view.CategoryView cat)
- Creates a new instance of CategoryBean
CategoryBean
public CategoryBean()
| Method Detail |
getContent
public java.util.Collection getContent()
setContents
public void setContents(java.util.Collection c)
loadFromTree
public void loadFromTree(nectar.record.RecordTree tree)
addContent
public void addContent(ViewBean view)
addContent
public void addContent(nectar.view.RecordView view)
setContents
public void setContents(ViewBean[] a)
setContents
public void setContents(nectar.view.RecordView[] a)
addContent
public void addContent(ViewBean[] a)
addContent
public void addContent(nectar.view.RecordView[] a)
getCategory
public nectar.view.CategoryView getCategory()
setCategory
public void setCategory(nectar.view.CategoryView v)
|
|||||||||
| Home >> All >> nectar >> view >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC