public class PlaceholderUpdateActiveGroupsEvent extends PlaceholderModifyActiveGroupsEvent
Constructor and Description |
---|
PlaceholderUpdateActiveGroupsEvent(Set<IPlaceholderGroup> toAdd,
Set<IPlaceholderGroup> toRemove,
boolean clearAll) |
Modifier and Type | Method and Description |
---|---|
static PlaceholderUpdateActiveGroupsEvent |
addGroup(IPlaceholderGroup group) |
void |
modify(Set<IPlaceholderGroup> activeGroups)
This method may modify which groups of placeholders are shown.
|
static PlaceholderUpdateActiveGroupsEvent |
removeGroup(IPlaceholderGroup group) |
getRequiredBeanClasses
public PlaceholderUpdateActiveGroupsEvent(Set<IPlaceholderGroup> toAdd, Set<IPlaceholderGroup> toRemove, boolean clearAll)
public void modify(Set<IPlaceholderGroup> activeGroups)
PlaceholderModifyActiveGroupsEvent
modify
in class PlaceholderModifyActiveGroupsEvent
activeGroups
- The groups of placeholders which are currently shown. You may add or delete items from this
set.public static PlaceholderUpdateActiveGroupsEvent addGroup(IPlaceholderGroup group)
public static PlaceholderUpdateActiveGroupsEvent removeGroup(IPlaceholderGroup group)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.