public class PlaceholderUpdateLibraryEvent extends PlaceholderModifyLibraryEvent
| Constructor and Description | 
|---|
PlaceholderUpdateLibraryEvent(IPlaceholderGroup group,
                             Set<PlaceHolder> toAdd,
                             Set<PlaceHolder> toRemove,
                             boolean clearAll)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
modify(IPlaceholderLibrary library)
This method may modify which placeholders are registered. 
 | 
static PlaceholderModifyLibraryEvent | 
replaceWith(IPlaceholderGroup group,
           Set<PlaceHolder> newPlaceholders)  | 
getRequiredBeanClassespublic PlaceholderUpdateLibraryEvent(IPlaceholderGroup group, Set<PlaceHolder> toAdd, Set<PlaceHolder> toRemove, boolean clearAll)
public void modify(IPlaceholderLibrary library)
PlaceholderModifyLibraryEventmodify in class PlaceholderModifyLibraryEventlibrary - The current library with the registered placeholders.public static PlaceholderModifyLibraryEvent replaceWith(IPlaceholderGroup group, Set<PlaceHolder> newPlaceholders)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.