Package de.xima.fc.gui.bean.application
Class PlaceholderBean.PlaceholderActions
- java.lang.Object
 - 
- de.xima.fc.gui.bean.application.PlaceholderBean.PlaceholderActions
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - PlaceholderBean
 
public class PlaceholderBean.PlaceholderActions extends Object implements Serializable
A set of methods for modifying the available placeholders, such as changing which placeholders groups are shown or adding new placeholder groups.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 PlaceholderBean.getActions(), Serialized Form
 
- 
- 
Constructor Summary
Constructors Constructor Description PlaceholderActions() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmodifyActiveGroups(PlaceholderModifyActiveGroupsEvent data)Changes the currently active placeholder groups.voidmodifyLibrary(PlaceholderModifyLibraryEvent data)Modifies the available placeholders in the placeholder library, such as adding a set of available placeholders or removing one.voidplaceholderContextChanged(PlaceholderContextChangedEvent data)Updates the available placeholders.voidprojectContextChanged(PlaceholderProjectContextChangedEvent data)Should be called when the selected project has changed. 
 - 
 
- 
- 
Method Detail
- 
modifyActiveGroups
public void modifyActiveGroups(PlaceholderModifyActiveGroupsEvent data)
Changes the currently active placeholder groups.- Parameters:
 data- Data indicating how to change the groups.
 
- 
modifyLibrary
public void modifyLibrary(PlaceholderModifyLibraryEvent data)
Modifies the available placeholders in the placeholder library, such as adding a set of available placeholders or removing one.- Parameters:
 data- Data indicating how to modify the placeholder library.
 
- 
placeholderContextChanged
public void placeholderContextChanged(PlaceholderContextChangedEvent data)
Updates the available placeholders. Can be used when the context has changed to force an update.- Parameters:
 data- Data with the new context.
 
- 
projectContextChanged
public void projectContextChanged(PlaceholderProjectContextChangedEvent data)
Should be called when the selected project has changed. Updates the placeholders so that it reflects the new project context.- Parameters:
 data- Data with the newly selected project.
 
 - 
 
 -