|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A composite layout is a layout that contains other layouts.
Method Summary | |
void |
addItem(int index,
Item item)
Add indexed item to the itemList. |
void |
addItem(Item item)
Add Item to the ItemList. |
Item |
createNewItem()
Create a new item. |
Item |
getItem(int index)
Get the item at the index |
String |
getItemClassName()
|
List |
getItems()
Get the ItemList. |
int |
getSize()
Get size of ItemList. |
void |
removeItem(Item item)
Remove an item |
void |
setItemClassName(String value)
|
Methods inherited from interface org.apache.cocoon.portal.layout.Layout |
copy, getId, getLayoutRendererName, getName, getParameter, getParameters, getParent, getRendererName, getTemporaryParameter, getTemporaryParameters, initialize, setDescription, setParameter, setParent, setTemporaryParameter |
Method Detail |
public void addItem(int index, Item item)
index
- index for the position inside the listitem
- item to addpublic void addItem(Item item)
item
- item to addpublic Item getItem(int index)
index
-
public List getItems()
public int getSize()
public void removeItem(Item item)
item
- public Item createNewItem()
public String getItemClassName()
public void setItemClassName(String value)
value
- The item class name to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |