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.List<PlaceHolder>PlaceholderDataBean. getForCurrentContext()All available placeholders, depending on the current context (i.e. -
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 PlaceholderModifyLibraryEventPlaceholderUpdateLibraryEvent. 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 voidIPlaceholderLibrary. add(IPlaceholderGroup group, PlaceHolder placeholder)voidIPlaceholderLibrary. remove(IPlaceholderGroup group, PlaceHolder placeholder)Method parameters in de.xima.fc.gui.interfaces with type arguments of type PlaceHolder Modifier and Type Method Description voidIPlaceholderLibrary. addAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)voidIPlaceholderLibrary. addAll(Map<IPlaceholderGroup,Set<PlaceHolder>> placeholders)voidIPlaceholderLibrary. removeAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)voidIPlaceholderLibrary. 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. COMPARATORMethods in de.xima.fc.gui.model that return PlaceHolder Modifier and Type Method Description PlaceHolderPlaceHolder.PlaceHolderBuilder. build()static PlaceHolderPlaceHolder. 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)static Set<PlaceHolder>PlaceholderLibrary. createSystemPlaceholders(Locale clientLocale)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 voidPlaceholderLibrary. add(IPlaceholderGroup group, PlaceHolder placeholder)voidPlaceholderLibrary. remove(IPlaceholderGroup group, PlaceHolder placeholder)Method parameters in de.xima.fc.gui.model with type arguments of type PlaceHolder Modifier and Type Method Description voidPlaceholderLibrary. addAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)voidPlaceholderLibrary. addAll(Map<IPlaceholderGroup,Set<PlaceHolder>> placeholders)voidPlaceholderLibrary. removeAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)voidPlaceholderLibrary. replaceAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)voidPlaceholderLibrary. 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 PlaceHolderPlaceholderContextModel. getSelectedPlaceholder()Methods in de.xima.fc.gui.model.placeholder with parameters of type PlaceHolder Modifier and Type Method Description voidPlaceholderContextModel. 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 StringContextPlaceholderType. getDetailedDescription(PlaceHolder placeholder, Locale locale)abstract StringEPlaceholderType. getDetailedDescription(PlaceHolder placeholder, Locale locale)StringIPlaceholderType. getDetailedDescription(PlaceHolder placeholder, Locale locale)IGuiIconContextPlaceholderType. getIcon(PlaceHolder placeholder)abstract IGuiIconEPlaceholderType. getIcon(PlaceHolder placeholder)IGuiIconIPlaceholderType. getIcon(PlaceHolder placeholder)StringContextPlaceholderType. getShortDescription(PlaceHolder placeholder, Locale locale)abstract StringEPlaceholderType. getShortDescription(PlaceHolder placeholder, Locale locale)StringIPlaceholderType. getShortDescription(PlaceHolder placeholder, Locale locale)
-