Class LitigationHoldEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.LitigationHoldEvent
- All Implemented Interfaces:
- Serializable
public class LitigationHoldEvent
extends org.zkoss.zk.ui.event.Event
Event for set- / unset litigation hold button in the context menu.
- Author:
- rhahne
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLitigationHoldEvent(org.zkoss.zk.ui.Component target, DocumentId id, boolean activate) Constructor.
- 
Method SummaryMethods inherited from class org.zkoss.zk.ui.event.EventgetData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
- 
Constructor Details- 
LitigationHoldEventConstructor.- Parameters:
- target- Target
- id- Document id
- activate- true: set litigation hold false: unset litigation hold
 
 
- 
- 
Method Details- 
getId- Returns:
- Document Id
 
- 
getActivatepublic boolean getActivate()- Returns:
- activate: should the litigation hold set. If true then set, if false unset
 
 
-