Uses of Interface
de.xima.fc.gui.common.placeholder.IPlaceholderGroup
-
Packages that use IPlaceholderGroup Package Description de.xima.fc.gui.bean.designer.request de.xima.fc.gui.common.placeholder de.xima.fc.gui.common.placeholder.event de.xima.fc.gui.common.placeholder.provider -
-
Uses of IPlaceholderGroup in de.xima.fc.gui.bean.designer.request
Methods in de.xima.fc.gui.bean.designer.request that return types with arguments of type IPlaceholderGroup Modifier and Type Method Description Map<? extends IPlaceholderGroup,? extends Set<PlaceHolder>>
FetchDesignerPlaceholdersResponse. getPlaceholders()
Constructor parameters in de.xima.fc.gui.bean.designer.request with type arguments of type IPlaceholderGroup Constructor Description FetchDesignerPlaceholdersResponse(Map<? extends IPlaceholderGroup,? extends Set<PlaceHolder>> placeholders)
Creates a new POJO response with the given data. -
Uses of IPlaceholderGroup in de.xima.fc.gui.common.placeholder
Classes in de.xima.fc.gui.common.placeholder that implement IPlaceholderGroup Modifier and Type Class Description class
PlaceholderGroup
Implementation of aIPlaceholderGroup
with a single ID.Fields in de.xima.fc.gui.common.placeholder declared as IPlaceholderGroup Modifier and Type Field Description static IPlaceholderGroup
IPlaceholderLibrary. GROUP_APPOINTMENT
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_ATTACHMENT
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_COUNTER
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_FORM
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_SYSTEM
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_TEMPLATE
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_USER_CURRENT
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_USER_INITIAL
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_USER_LAST
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_USER_PORTAL
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_USER_PORTAL_ADVANCED
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_WORKFLOW_ACTION_RESULT
static IPlaceholderGroup
IPlaceholderLibrary. GROUP_WORKFLOW_TRIGGER_RESULT
Methods in de.xima.fc.gui.common.placeholder that return types with arguments of type IPlaceholderGroup Modifier and Type Method Description Set<IPlaceholderGroup>
PlaceholderContextModel. getActiveGroups()
Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>>
IPlaceholderLibrary. getAll()
Iterable<IPlaceholderGroup>
IPlaceholderLibrary. getGroups()
Methods in de.xima.fc.gui.common.placeholder with parameters of type IPlaceholderGroup Modifier and Type Method Description void
IPlaceholderLibrary. addAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)
void
IPlaceholderLibrary. clearAll(IPlaceholderGroup group)
Iterable<PlaceHolder>
IPlaceholderLibrary. getAll(IPlaceholderGroup group)
void
IPlaceholderLibrary. remove(IPlaceholderGroup group, PlaceHolder placeholder)
void
IPlaceholderLibrary. removeAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)
void
IPlaceholderLibrary. replaceAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)
Method parameters in de.xima.fc.gui.common.placeholder with type arguments of type IPlaceholderGroup Modifier and Type Method Description void
IPlaceholderLibrary. addAll(Map<IPlaceholderGroup,Set<PlaceHolder>> placeholders)
-
Uses of IPlaceholderGroup in de.xima.fc.gui.common.placeholder.event
Methods in de.xima.fc.gui.common.placeholder.event with parameters of type IPlaceholderGroup Modifier and Type Method Description static PlaceholderUpdateActiveGroupsEvent
PlaceholderUpdateActiveGroupsEvent. addGroup(IPlaceholderGroup group)
static PlaceholderUpdateActiveGroupsEvent
PlaceholderUpdateActiveGroupsEvent. removeGroup(IPlaceholderGroup group)
static PlaceholderModifyLibraryEvent
PlaceholderUpdateLibraryEvent. replaceWith(IPlaceholderGroup group, Set<PlaceHolder> newPlaceholders)
Method parameters in de.xima.fc.gui.common.placeholder.event with type arguments of type IPlaceholderGroup Modifier and Type Method Description abstract void
PlaceholderModifyActiveGroupsEvent. modify(Set<IPlaceholderGroup> activeGroups)
This method may modify which groups of placeholders are shown.void
PlaceholderUpdateActiveGroupsEvent. modify(Set<IPlaceholderGroup> activeGroups)
Constructors in de.xima.fc.gui.common.placeholder.event with parameters of type IPlaceholderGroup Constructor Description PlaceholderUpdateLibraryEvent(IPlaceholderGroup group, Set<PlaceHolder> toAdd, Set<PlaceHolder> toRemove, boolean clearAll)
Constructor parameters in de.xima.fc.gui.common.placeholder.event with type arguments of type IPlaceholderGroup Constructor Description PlaceholderUpdateActiveGroupsEvent(Set<IPlaceholderGroup> toAdd, Set<IPlaceholderGroup> toRemove, boolean clearAll)
-
Uses of IPlaceholderGroup in de.xima.fc.gui.common.placeholder.provider
-