Uses of Class
de.xima.fc.gui.model.PlaceHolder
-
-
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 PlaceHolder Modifier and Type Method Description List<PlaceHolder>
PlaceholderBean. createPlaceholdersForCurrentContext()
All available placeholders, depending on the current context (i.e. whether the user is editing a project etc.).List<PlaceHolder>
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 PlaceHolder 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 PlaceHolder Constructor Description FetchDesignerPlaceholdersResponse(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 PlaceHolder Modifier and Type Method Description static PlaceholderModifyLibraryEvent
PlaceholderUpdateLibraryEvent. replaceWith(IPlaceholderGroup group, Set<PlaceHolder> newPlaceholders)
Constructor parameters in de.xima.fc.gui.event with type arguments of type PlaceHolder Constructor Description PlaceholderUpdateLibraryEvent(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 PlaceHolder Modifier and Type Method Description Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>>
IPlaceholderLibrary. getAll()
Iterable<PlaceHolder>
IPlaceholderLibrary. getAll(IPlaceholderGroup group)
Methods in de.xima.fc.gui.interfaces with parameters of type PlaceHolder Modifier and Type Method Description void
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 PlaceHolder Modifier and Type Method Description void
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 PlaceHolder Modifier and Type Field Description static Comparator<PlaceHolder>
PlaceHolder. COMPARATOR
Methods in de.xima.fc.gui.model that return PlaceHolder Modifier and Type Method Description PlaceHolder
PlaceHolder.PlaceHolderBuilder. build()
static PlaceHolder
PlaceHolder. empty(EPlaceholderType type)
Methods in de.xima.fc.gui.model that return types with arguments of type PlaceHolder Modifier and Type Method Description Set<PlaceHolder>
PlaceholderLibrary. createFormPlaceHoldersForItems(Mandant client, Locale locale, Iterable<XItem> xItems, Iterable<FormVariable> variables)
Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>>
PlaceholderLibrary. getAll()
Set<PlaceHolder>
PlaceholderLibrary. getAll(IPlaceholderGroup group)
Methods in de.xima.fc.gui.model with parameters of type PlaceHolder Modifier and Type Method Description void
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 PlaceHolder Modifier and Type Method Description void
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 PlaceHolder Modifier and Type Method Description PlaceHolder
PlaceholderContextModel. getSelectedPlaceholder()
Methods in de.xima.fc.gui.model.placeholder with parameters of type PlaceHolder Modifier and Type Method Description void
PlaceholderContextModel. setSelectedPlaceholder(PlaceHolder selectedPlaceholder)
-
Uses of PlaceHolder in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics with parameters of type PlaceHolder Modifier and Type Method Description String
ContextPlaceholderType. getDetailedDescription(PlaceHolder placeholder, Locale locale)
abstract String
EPlaceholderType. getDetailedDescription(PlaceHolder placeholder, Locale locale)
String
IPlaceholderType. getDetailedDescription(PlaceHolder placeholder, Locale locale)
IGuiIcon
ContextPlaceholderType. getIcon(PlaceHolder placeholder)
abstract IGuiIcon
EPlaceholderType. getIcon(PlaceHolder placeholder)
IGuiIcon
IPlaceholderType. getIcon(PlaceHolder placeholder)
String
ContextPlaceholderType. getShortDescription(PlaceHolder placeholder, Locale locale)
abstract String
EPlaceholderType. getShortDescription(PlaceHolder placeholder, Locale locale)
String
IPlaceholderType. getShortDescription(PlaceHolder placeholder, Locale locale)
-