Class DocumentCheckEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.DocumentCheckEvent
- All Implemented Interfaces:
Serializable
public class DocumentCheckEvent
extends org.zkoss.zk.ui.event.Event
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentCheckEvent
(org.zkoss.zk.ui.Component target, CheckDataBean.CheckType checkType, DocumentId id) Constructor. -
Method Summary
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
DocumentCheckEvent
public DocumentCheckEvent(org.zkoss.zk.ui.Component target, CheckDataBean.CheckType checkType, DocumentId id) Constructor.- Parameters:
target
- TargetcheckType
- Checkout / checkin type.id
- Document id
-
-
Method Details
-
getCheckType
- Returns:
- Checkout / checkin type
-
getId
- Returns:
- Document Id
-