Uses of Class
de.xima.fc.gui.common.placeholder.PlaceHolder
-
-
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.common.bean.placeholder
Methods in de.xima.fc.gui.common.bean.placeholder that return types with arguments of type PlaceHolder Modifier and Type Method Description List<PlaceHolder>
PlaceholderBean. getPlaceholders()
All available placeholders, depending on the current context (i.e. -
Uses of PlaceHolder in de.xima.fc.gui.common.placeholder
Methods in de.xima.fc.gui.common.placeholder that return PlaceHolder Modifier and Type Method Description PlaceHolder
PlaceHolder.PlaceHolderBuilder. build()
static PlaceHolder
PlaceHolder. empty(EPlaceholderType type)
static PlaceHolder
PlaceHolder. formLang()
static PlaceHolder
PlaceHolder. formXfAction()
static PlaceHolder
PlaceHolder. formXfQualifier()
PlaceHolder
PlaceholderContextModel. getSelectedPlaceholder()
Methods in de.xima.fc.gui.common.placeholder 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.common.placeholder 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)
void
IPlaceholderLibrary. remove(IPlaceholderGroup group, PlaceHolder placeholder)
void
PlaceholderContextModel. setSelectedPlaceholder(PlaceHolder selectedPlaceholder)
Method parameters in de.xima.fc.gui.common.placeholder 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.common.placeholder.event
Method parameters in de.xima.fc.gui.common.placeholder.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.common.placeholder.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.common.placeholder.provider
-