Class EditContentEvent
- java.lang.Object
- 
- org.zkoss.zk.ui.event.Event
- 
- com.saperion.ngc.events.resultset.EditContentEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class EditContentEvent extends org.zkoss.zk.ui.event.EventEvent fired to react on content editing.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classEditContentEvent.EditContentActionEdit actions.
 - 
Constructor SummaryConstructors Constructor Description EditContentEvent(org.zkoss.zk.ui.Component target, EditContentEvent.EditContentAction editAction, DocumentId documentId)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentIdgetDocumentId()EditContentEvent.EditContentActiongetEditAction()java.lang.StringgetViewerPopupId()Gets the viewer popup id.voidsetViewerPopupId(java.lang.String viewerPopupId)Sets the viewer popup id.
 
- 
- 
- 
Constructor Detail- 
EditContentEventpublic EditContentEvent(org.zkoss.zk.ui.Component target, EditContentEvent.EditContentAction editAction, DocumentId documentId)Constructor.- Parameters:
- target- target component
- editAction- edit action
- documentId- document id
 
 
- 
 - 
Method Detail- 
getEditActionpublic EditContentEvent.EditContentAction getEditAction() - Returns:
- edit action
 
 - 
getDocumentIdpublic DocumentId getDocumentId() - Returns:
- document id
 
 - 
getViewerPopupIdpublic java.lang.String getViewerPopupId() Gets the viewer popup id.- Returns:
- the viewer popup id
 
 - 
setViewerPopupIdpublic void setViewerPopupId(java.lang.String viewerPopupId) Sets the viewer popup id.- Parameters:
- viewerPopupId- the new viewer popup id
 
 
- 
 
-