public abstract class PlaceholderModifyActiveGroupsEvent extends Object implements IViewEvent, IBeanTargetEvent
| Constructor and Description | 
|---|
PlaceholderModifyActiveGroupsEvent()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Class<?>> | 
getRequiredBeanClasses()  | 
abstract void | 
modify(Set<IPlaceholderGroup> activeGroups)
This method may modify which groups of placeholders are shown. 
 | 
public abstract void modify(Set<IPlaceholderGroup> activeGroups)
activeGroups - The groups of placeholders which are currently shown. You may add or delete items from this
 set.public Iterable<Class<?>> getRequiredBeanClasses()
getRequiredBeanClasses in interface IBeanTargetEventCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.