Modifier and Type | Interface and Description |
---|---|
interface |
GomList<T extends GomElement>
Definition of a GOM list-element interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GomEditorProvider
Tag for GOM elements acting as group, i.e., a container for a list of GOM elements.
|
interface |
GomFormElement
Definition for a GOM element acting as editor.
|
interface |
GomIncludeConfiguration
Definition for configuration implementations providing include
functionality for GOM elements.
|
interface |
GomLangInfo
Root definition for GOM elements providing specific information
of primitive types (attribute-gained data).
|
interface |
GomLangInfoProvider
Definition of a language information providing GOM element.
|
interface |
GomLangInfos
Definition of a GOM language info container.
|
interface |
GomList<T extends GomElement>
Definition of a GOM list-element interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGomElement
Abstract GomElement implementing common functionalities
needed for GuiXml handling.
|
class |
AbstractGomFormElement
Abstract class defining most common features of a form element.
|
class |
AbstractGomLangInfoProvider
Abstract implementation of a language information provider.
|
class |
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomList<T extends GomElement> |
class |
DefaultGomLangInfo
Default implementation of a GOM information object.
|
class |
DefaultGomLangInfos
Generic implementation for GOM language information container.
|
class |
GomLabeledValueEntry
Entry for defining labeled language information.
|
Modifier and Type | Method and Description |
---|---|
GomElement |
GomEditorProvider.get(int index)
Getter for GomElements.
|
GomElement |
GomValidationError.getGom()
Get the GOM element.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends GomElement>> |
DefaultGomLangInfos.getGomElementMappings()
Provides the mapping of tag names to entry types.
|
Map<String,Class<? extends GomElement>> |
GomList.getGomElementMappings()
Get a list of mappings from tag name to class supported by this list.
|
Constructor and Description |
---|
GomValidationError(String message,
GomElement gom,
String detail)
Create a new exception with the given message to be thrown for the provided gom element and a regular expression used to identify the position of the gom element's detail.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GomCatalog
Definition of the GOM descriptor for the FirstSpirit catalog gadget.
|
interface |
GomIndex
Definition of the GOM descriptor for the FirstSpirit index gadget.
|
interface |
GomIndexSource
Definition of a source for an index gadget.
|
Modifier and Type | Method and Description |
---|---|
GomElement |
GomIndexSource.configuration()
Provides an optional container for configuring the source.
|
Modifier and Type | Method and Description |
---|---|
GomElement |
GomConfigurable.createConfiguration()
Provides a new GOM object for configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
GomConfigurable.setConfiguration(GomElement configuration)
Sets the given GOM based configuration for building a session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GadgetContext<E extends GomElement>
API for context information that is provided to
Gadget implementations on construction. |
Modifier and Type | Interface and Description |
---|---|
interface |
SwingGadgetContext<E extends GomElement>
Context container for swing based gadgets.
|
interface |
SwingGadgetFactory<E extends GomElement>
Definition for a factory providing means to
create a specific SwingGadget . |
Modifier and Type | Interface and Description |
---|---|
interface |
WebPluginGadgetFactory<G extends GomElement,C extends Serializable>
Definition for factories producing custom client-side gadgets using web-technologies (i.e., HTML, JavaScript, and CSS).
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210