Uses of Interface
de.espirit.firstspirit.access.store.templatestore.gom.GomLangInfo
Packages that use GomLangInfo
-
Uses of GomLangInfo in de.espirit.firstspirit.access.store.templatestore.gom
Classes in de.espirit.firstspirit.access.store.templatestore.gom that implement GomLangInfoModifier and TypeClassDescriptionclassDefault implementation of a GOM information object.classExtended language information for GOM permission buttons.classExtended language information for GuiXml date elements.classExtension of language information for tab lists.classSpecialized language information for value entries.classExtended language info container for numbers.Methods in de.espirit.firstspirit.access.store.templatestore.gom that return GomLangInfoModifier and TypeMethodDescriptionDefaultGomLangInfo.cloneAndComplete(GomLangInfo source) Clones this language information container and completes missing information by the given source.GomLangInfo.cloneAndComplete(GomLangInfo source) Produce a mutable clone of the instance being completed by values from the given source.DefaultGomLangInfos.get(int index) Provide the language information entry stored at the given index.Provide the language information entry for the given language.GomLangInfos.get(int index) Getter for GomLangInfos.@Nullable GomLangInfoGet a language information entry by the language it is defined for.Resolves the language information entry to be used for the given language.@Nullable GomLangInfoResolve the language-specific information for the given language.Methods in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type GomLangInfoModifier and TypeMethodDescriptionDefaultGomLangInfo.cloneAndComplete(GomLangInfo source) Clones this language information container and completes missing information by the given source.GomButtonLangInfo.cloneAndComplete(GomLangInfo source) GomDateLangInfo.cloneAndComplete(GomLangInfo source) GomExpressionLangInfo.cloneAndComplete(GomLangInfo source) GomLabeledValueLangInfo.cloneAndComplete(GomLangInfo source) GomLangInfo.cloneAndComplete(GomLangInfo source) Produce a mutable clone of the instance being completed by values from the given source.GomNumberLangInfo.cloneAndComplete(GomLangInfo source) Constructor parameters in de.espirit.firstspirit.access.store.templatestore.gom with type arguments of type GomLangInfoModifierConstructorDescriptionDefaultGomLangInfos(Class<? extends GomLangInfo> langInfoClass) Constructor defining the concrete language information entry type.