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) |
getRequiredBeanClassespublic PlaceholderUpdateActiveGroupsEvent(Set<IPlaceholderGroup> toAdd, Set<IPlaceholderGroup> toRemove, boolean clearAll)
public void modify(Set<IPlaceholderGroup> activeGroups)
PlaceholderModifyActiveGroupsEventmodify in class PlaceholderModifyActiveGroupsEventactiveGroups - 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.