Uses of Class
de.xima.fc.gui.model.PlaceHolder
Packages that use PlaceHolder
Package
Description
-
Uses of PlaceHolder in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return types with arguments of type PlaceHolderModifier and TypeMethodDescriptionPlaceholderBean.createPlaceholdersForCurrentContext()
All available placeholders, depending on the current context (i.e. whether the user is editing a project etc.).PlaceholderDataBean.getForCurrentContext()
All available placeholders, depending on the current context (i.e. whether the user is editing a project etc.). -
Uses of PlaceHolder in de.xima.fc.gui.bean.designer.request
Methods in de.xima.fc.gui.bean.designer.request that return types with arguments of type PlaceHolderModifier and TypeMethodDescriptionMap<? extends IPlaceholderGroup,
? extends Set<PlaceHolder>> FetchDesignerPlaceholdersResponse.getPlaceholders()
Constructor parameters in de.xima.fc.gui.bean.designer.request with type arguments of type PlaceHolderModifierConstructorDescriptionFetchDesignerPlaceholdersResponse
(Map<? extends IPlaceholderGroup, ? extends Set<PlaceHolder>> placeholders) Creates a new POJO response with the given data. -
Uses of PlaceHolder in de.xima.fc.gui.event
Method parameters in de.xima.fc.gui.event with type arguments of type PlaceHolderModifier and TypeMethodDescriptionPlaceholderUpdateLibraryEvent.replaceWith
(IPlaceholderGroup group, Set<PlaceHolder> newPlaceholders) Constructor parameters in de.xima.fc.gui.event with type arguments of type PlaceHolderModifierConstructorDescriptionPlaceholderUpdateLibraryEvent
(IPlaceholderGroup group, Set<PlaceHolder> toAdd, Set<PlaceHolder> toRemove, boolean clearAll) -
Uses of PlaceHolder in de.xima.fc.gui.interfaces
Methods in de.xima.fc.gui.interfaces that return types with arguments of type PlaceHolderModifier and TypeMethodDescriptionIterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,
PlaceHolder>> IPlaceholderLibrary.getAll()
IPlaceholderLibrary.getAll
(IPlaceholderGroup group) Methods in de.xima.fc.gui.interfaces with parameters of type PlaceHolderModifier and TypeMethodDescriptionvoid
IPlaceholderLibrary.add
(IPlaceholderGroup group, PlaceHolder placeholder) void
IPlaceholderLibrary.remove
(IPlaceholderGroup group, PlaceHolder placeholder) Method parameters in de.xima.fc.gui.interfaces with type arguments of type PlaceHolderModifier and TypeMethodDescriptionvoid
IPlaceholderLibrary.addAll
(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) void
IPlaceholderLibrary.addAll
(Map<IPlaceholderGroup, Set<PlaceHolder>> placeholders) void
IPlaceholderLibrary.removeAll
(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) void
IPlaceholderLibrary.replaceAll
(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) -
Uses of PlaceHolder in de.xima.fc.gui.model
Fields in de.xima.fc.gui.model with type parameters of type PlaceHolderMethods in de.xima.fc.gui.model that return PlaceHolderModifier and TypeMethodDescriptionPlaceHolder.PlaceHolderBuilder.build()
static PlaceHolder
PlaceHolder.empty
(EPlaceholderType type) Methods in de.xima.fc.gui.model that return types with arguments of type PlaceHolderModifier and TypeMethodDescriptionPlaceholderLibrary.createFormPlaceHoldersForItems
(Mandant client, Locale locale, Iterable<XItem> xItems, Iterable<FormVariable> variables) static Set<PlaceHolder>
PlaceholderLibrary.createSystemPlaceholders
(Locale clientLocale) Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,
PlaceHolder>> PlaceholderLibrary.getAll()
PlaceholderLibrary.getAll
(IPlaceholderGroup group) Methods in de.xima.fc.gui.model with parameters of type PlaceHolderModifier and TypeMethodDescriptionvoid
PlaceholderLibrary.add
(IPlaceholderGroup group, PlaceHolder placeholder) void
PlaceholderLibrary.remove
(IPlaceholderGroup group, PlaceHolder placeholder) Method parameters in de.xima.fc.gui.model with type arguments of type PlaceHolderModifier and TypeMethodDescriptionvoid
PlaceholderLibrary.addAll
(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) void
PlaceholderLibrary.addAll
(Map<IPlaceholderGroup, Set<PlaceHolder>> placeholders) void
PlaceholderLibrary.removeAll
(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) void
PlaceholderLibrary.replaceAll
(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) void
PlaceholderLibrary.updateDesignerPlaceholders
(Map<IPlaceholderGroup, Set<PlaceHolder>> designerPlaceholders) -
Uses of PlaceHolder in de.xima.fc.gui.model.placeholder
Methods in de.xima.fc.gui.model.placeholder that return PlaceHolderMethods in de.xima.fc.gui.model.placeholder with parameters of type PlaceHolderModifier and TypeMethodDescriptionvoid
PlaceholderContextModel.setSelectedPlaceholder
(PlaceHolder selectedPlaceholder) -
Uses of PlaceHolder in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics with parameters of type PlaceHolderModifier and TypeMethodDescriptionContextPlaceholderType.getDetailedDescription
(PlaceHolder placeholder, Locale locale) abstract String
EPlaceholderType.getDetailedDescription
(PlaceHolder placeholder, Locale locale) IPlaceholderType.getDetailedDescription
(PlaceHolder placeholder, Locale locale) ContextPlaceholderType.getIcon
(PlaceHolder placeholder) abstract IGuiIcon
EPlaceholderType.getIcon
(PlaceHolder placeholder) IPlaceholderType.getIcon
(PlaceHolder placeholder) ContextPlaceholderType.getShortDescription
(PlaceHolder placeholder, Locale locale) abstract String
EPlaceholderType.getShortDescription
(PlaceHolder placeholder, Locale locale) IPlaceholderType.getShortDescription
(PlaceHolder placeholder, Locale locale)