public class ResourceSelectionEvent
extends javax.faces.event.FacesEvent
| Constructor and Description | 
|---|
ResourceSelectionEvent(javax.faces.component.UIComponent source,
                      java.util.List<java.lang.String> resourceIds)
Constructor for an instance of ResourceSelectionEvent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<java.lang.String> | 
getResourceIds()
Gets a list of ids of selected resources. 
 | 
boolean | 
isAppropriateListener(javax.faces.event.FacesListener listener)  | 
void | 
processListener(javax.faces.event.FacesListener listener)  | 
public ResourceSelectionEvent(javax.faces.component.UIComponent source,
                              java.util.List<java.lang.String> resourceIds)
source - the Gantt component.resourceIds - the list of ids of selected resources.public java.util.List<java.lang.String> getResourceIds()
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventpublic void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.FacesEvent