Class EditStructureEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.EditStructureEvent
- All Implemented Interfaces:
Serializable
public class EditStructureEvent
extends org.zkoss.zk.ui.event.Event
Event sent to the result list when the user clicks on the edit structure context menu item.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
EditStructureEvent
- Parameters:
target
- target component of the eventdocumentId
- ID of the document to be edited
-
-
Method Details
-
getDocumentId
- Returns:
- ID of the document to be edited
-