org.apache.cocoon.portal.layout .AbstractLayout org.apache.cocoon.portal.layout.impl .CompositeLayoutImpl itemClassName protected String itemClassName(Code) The class name of the items
CompositeLayoutImpl public CompositeLayoutImpl()(Code) Constructor
addItem final public void addItem(int index, Item item) (Code) Add indexed item to the itemList.
Parameters: index - index for the position inside the listParameters: item - item to add
addItem final public void addItem(Item item) (Code) Add Item to the ItemList.
Parameters: item - item to add
getItem final public Item getItem(int index) (Code) Get Item from the ItemList.
Item
getItemClassName public String getItemClassName()(Code) Returns the item class name.
getItems final public List getItems() (Code) Get the ItemList.
items
getSize final public int getSize() (Code) Get size of ItemList.
size
removeItem final public void removeItem(Item item) (Code)
setItemClassName public void setItemClassName(String value)(Code) Parameters: value - The item class name to set.