public class ResourceActionEvent
extends javax.faces.event.ActionEvent
| Constructor and Description | 
|---|
ResourceActionEvent(javax.faces.component.UIComponent source,
                   java.lang.String resourceId,
                   java.util.Date dateClicked)
Constructor for an instance of ResourceClickEvent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Date | 
getDate()
Gets the Date timestamp which was clicked. 
 | 
java.lang.String | 
getResourceId()
Gets the resource id which was clicked. 
 | 
public ResourceActionEvent(javax.faces.component.UIComponent source,
                           java.lang.String resourceId,
                           java.util.Date dateClicked)
source - the Gantt component.resourceId - the resource id which corresponds to the click location.dateClicked - the Date timestamp which corresponds to the click location.