public class CustomizeGroupingEvent
extends java.util.EventObject
customizeGrouping
event.Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Resource> |
getGroupByResources()
Gets the resources to group by.
|
Resource[] |
getParents()
Gets a list with the parent resources.
|
public Resource[] getParents()
This array contains a single resource, which is the parent whose secondary resources are being customized.
public java.util.ArrayList<Resource> getGroupByResources()