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 classPlaceholderGroupImplementation of aIPlaceholderGroupwith a single ID.Fields in de.xima.fc.gui.common.placeholder declared as IPlaceholderGroup Modifier and Type Field Description static IPlaceholderGroupIPlaceholderLibrary. GROUP_APPOINTMENTstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_ATTACHMENTstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_COUNTERstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_FORMstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_SYSTEMstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_TEMPLATEstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_USER_CURRENTstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_USER_INITIALstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_USER_LASTstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_USER_PORTALstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_USER_PORTAL_ADVANCEDstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_WORKFLOW_ACTION_RESULTstatic IPlaceholderGroupIPlaceholderLibrary. GROUP_WORKFLOW_TRIGGER_RESULTMethods 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 voidIPlaceholderLibrary. addAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)voidIPlaceholderLibrary. clearAll(IPlaceholderGroup group)Iterable<PlaceHolder>IPlaceholderLibrary. getAll(IPlaceholderGroup group)voidIPlaceholderLibrary. remove(IPlaceholderGroup group, PlaceHolder placeholder)voidIPlaceholderLibrary. removeAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)voidIPlaceholderLibrary. 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 voidIPlaceholderLibrary. 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 PlaceholderUpdateActiveGroupsEventPlaceholderUpdateActiveGroupsEvent. addGroup(IPlaceholderGroup group)static PlaceholderUpdateActiveGroupsEventPlaceholderUpdateActiveGroupsEvent. removeGroup(IPlaceholderGroup group)static PlaceholderModifyLibraryEventPlaceholderUpdateLibraryEvent. 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 voidPlaceholderModifyActiveGroupsEvent. modify(Set<IPlaceholderGroup> activeGroups)This method may modify which groups of placeholders are shown.voidPlaceholderUpdateActiveGroupsEvent. 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
-