|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompositeLayout
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, getLayoutRendererName, getParent, getRendererName, setParent |
| Methods inherited from interface org.apache.cocoon.portal.layout.Parameters |
|---|
getParameters |
| Methods inherited from interface org.apache.cocoon.portal.factory.Producible |
|---|
getId, getName, initialize, setDescription |
| Methods inherited from interface org.apache.cocoon.portal.aspect.Aspectalizable |
|---|
addPersistentAspectData, getAspectData, getAspectDatas, getPersistentAspectData, isAspectSupported, setAspectData, setAspectDataHandler |
| Method Detail |
|---|
void addItem(int index,
Item item)
index - index for the position inside the listitem - item to addvoid addItem(Item item)
item - item to addItem getItem(int index)
index -
List getItems()
int getSize()
void removeItem(Item item)
item - Item createNewItem()
String getItemClassName()
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 | |||||||||