Package | Description |
---|---|
de.xima.fc.gui.bean.application | |
de.xima.fc.gui.event | |
de.xima.fc.gui.interfaces | |
de.xima.fc.gui.model |
Modifier and Type | Method and Description |
---|---|
Set<IPlaceholderGroup> |
PlaceholderBean.getActiveGroups() |
Modifier and Type | Method and Description |
---|---|
static PlaceholderUpdateActiveGroupsEvent |
PlaceholderUpdateActiveGroupsEvent.addGroup(IPlaceholderGroup group) |
static PlaceholderUpdateActiveGroupsEvent |
PlaceholderUpdateActiveGroupsEvent.removeGroup(IPlaceholderGroup group) |
static PlaceholderModifyLibraryEvent |
PlaceholderUpdateLibraryEvent.replaceWith(IPlaceholderGroup group,
Set<PlaceHolder> newPlaceholders) |
Modifier and Type | Method and Description |
---|---|
abstract void |
PlaceholderModifyActiveGroupsEvent.modify(Set<IPlaceholderGroup> activeGroups)
This method may modify which groups of placeholders are shown.
|
void |
PlaceholderUpdateActiveGroupsEvent.modify(Set<IPlaceholderGroup> activeGroups) |
Constructor and Description |
---|
PlaceholderUpdateLibraryEvent(IPlaceholderGroup group,
Set<PlaceHolder> toAdd,
Set<PlaceHolder> toRemove,
boolean clearAll) |
Constructor and Description |
---|
PlaceholderUpdateActiveGroupsEvent(Set<IPlaceholderGroup> toAdd,
Set<IPlaceholderGroup> toRemove,
boolean clearAll) |
PlaceholderUpdateActiveGroupsEvent(Set<IPlaceholderGroup> toAdd,
Set<IPlaceholderGroup> toRemove,
boolean clearAll) |
Modifier and Type | Field and Description |
---|---|
static IPlaceholderGroup |
IPlaceholderLibrary.GROUP_APPOINTMENT |
static IPlaceholderGroup |
IPlaceholderLibrary.GROUP_ATTACHMENT |
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_WORKFLOW_ACTION_RESULT |
Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>> |
IPlaceholderLibrary.getAll() |
Iterable<IPlaceholderGroup> |
IPlaceholderLibrary.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
IPlaceholderLibrary.add(IPlaceholderGroup group,
PlaceHolder placeholder) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
IPlaceholderLibrary.addAll(Map<IPlaceholderGroup,Set<PlaceHolder>> placeholders) |
Modifier and Type | Class and Description |
---|---|
class |
PlaceholderGroup
Implementation of a
IPlaceholderGroup with a single ID. |
Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>> |
PlaceholderLibrary.getAll() |
Iterable<IPlaceholderGroup> |
PlaceholderLibrary.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderLibrary.add(IPlaceholderGroup group,
PlaceHolder placeholder) |
void |
PlaceholderLibrary.addAll(IPlaceholderGroup group,
Iterable<PlaceHolder> placeholders) |
void |
PlaceholderLibrary.clearAll(IPlaceholderGroup group) |
Iterable<PlaceHolder> |
PlaceholderLibrary.getAll(IPlaceholderGroup group) |
void |
PlaceholderLibrary.remove(IPlaceholderGroup group,
PlaceHolder placeholder) |
void |
PlaceholderLibrary.removeAll(IPlaceholderGroup group,
Iterable<PlaceHolder> placeholders) |
void |
PlaceholderLibrary.replaceAll(IPlaceholderGroup group,
Iterable<PlaceHolder> placeholders) |
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderLibrary.addAll(Map<IPlaceholderGroup,Set<PlaceHolder>> placeholders) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.