Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.template.blocks
Class BlockListView  view BlockListView download BlockListView.java

java.lang.Object
  extended bynectar.template.blocks.BlockListView
All Implemented Interfaces:
java.io.Serializable

public class BlockListView
extends java.lang.Object
implements java.io.Serializable


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)