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 TypeClassDescriptionclass
Default implementation of a GOM information object.class
Extended language information for GOM permission buttons.class
Extended language information for GuiXml date elements.class
Extension of language information for tab lists.class
Specialized language information for value entries.class
Extended 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 GomLangInfo
Get a language information entry by the language it is defined for.Resolves the language information entry to be used for the given language.@Nullable GomLangInfo
Resolve 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.