|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent
org.apache.cocoon.portal.coplets.basket.events.ShowItemEvent
public class ShowItemEvent
Show one item of a content store
| Field Summary | |
|---|---|
protected String |
copletData
The id of the coplet data used to display the content |
protected Object |
item
The item to show |
protected Layout |
layout
The layout object to use |
| Fields inherited from class org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent |
|---|
store |
| Constructor Summary | |
|---|---|
ShowItemEvent(ContentStore store,
Object item,
Layout layout,
String copletData)
Constructor |
|
| Method Summary | |
|---|---|
String |
getCopletDataId()
Return the coplet data id |
Object |
getItem()
Return item |
Layout |
getLayout()
Return the layout |
| Methods inherited from class org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent |
|---|
getContentStore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Object item
protected final Layout layout
protected final String copletData
| Constructor Detail |
|---|
public ShowItemEvent(ContentStore store,
Object item,
Layout layout,
String copletData)
store - The content storeitem - The item to showlayout - The layout object where the item is displayedcopletData - The coplet data id of a content coplet| Method Detail |
|---|
public Object getItem()
public Layout getLayout()
public String getCopletDataId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||