|
|||||||||
| Home >> All >> nectar >> template >> [ blocks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nectar.template.blocks
Class BlockListView

java.lang.Objectnectar.template.blocks.BlockListView
- All Implemented Interfaces:
- java.io.Serializable
- public class BlockListView
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
| Field Summary | |
(package private) java.util.List |
blockList
|
| Constructor Summary | |
BlockListView()
Creates a new instance of BlockView |
|
| Method Summary | |
void |
addToBlockList(java.lang.Object blockView)
|
java.util.List |
getBlockList()
|
void |
setBlockList(java.util.List list)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
blockList
java.util.List blockList
| Constructor Detail |
BlockListView
public BlockListView()
- Creates a new instance of BlockView
| Method Detail |
setBlockList
public void setBlockList(java.util.List list)
getBlockList
public java.util.List getBlockList()
addToBlockList
public void addToBlockList(java.lang.Object blockView)
|
|||||||||
| Home >> All >> nectar >> template >> [ blocks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
nectar.template.blocks.BlockListView