Uses of Interface
de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement
Packages that use GomFormElement
Package
Description
-
Uses of GomFormElement in de.espirit.firstspirit.access.editor
Methods in de.espirit.firstspirit.access.editor that return GomFormElementModifier and TypeMethodDescription@Nullable GomFormElement
EditorValue.getForm()
Get the form definition.Methods in de.espirit.firstspirit.access.editor with parameters of type GomFormElementModifier and TypeMethodDescriptionvoid
EditorValue.initialize
(UserService userService, DataValue parent, Element dataNode, GomFormElement formElement) Initialize this editor. -
Uses of GomFormElement in de.espirit.firstspirit.access.store.templatestore.gom
Subinterfaces of GomFormElement in de.espirit.firstspirit.access.store.templatestore.gomModifier and TypeInterfaceDescriptioninterface
Marker interface - editor implementations for form elements implementing this interface must implementSimpleEditorValue
.Classes in de.espirit.firstspirit.access.store.templatestore.gom that implement GomFormElementModifier and TypeClassDescriptionclass
Abstract base class for combo-boxes.class
Abstract base implementation for content reference elementsclass
Abstract base implementation for DOMclass
Abstract class defining most common features of a form element.class
Abstract base class for grid selections like checkboxes and radio-buttonsclass
Abstract base class for selectable GOM elements like checkboxes or radio-buttons.class
Abstract base class for TableTemplate elements.class
Abstract base class for textual elementsclass
GOM representation of a buttonclass
GuiXML element implementation for checkbox.class
A GOM element for combo-boxes.class
Deprecated.class
Deprecated.since 5.0, useGomIndex
insteadclass
Choose objects from a content store viewclass
Implementation of a Gui XML date element.class
GOM element implementation for DOM.class
GOM implementation of DOM Tableclass
Deprecated.since 5.0, use FS_REFERENCE insteadclass
GOM implementation for image maps.class
Representation of an invalid gom element containing the original definition as embedded XML.class
GOM element implementation for links.class
Deprecated.since 5.0, useGomCatalog
insteadclass
A GuiXML element implementation for list-based selection.class
MultipleMediaChooser editorclass
GOM implementation for numbers.class
Deprecated.since 5.0, use FS_DATASET insteadclass
Deprecated.since 5.0, use FS_REFERENCE insteadclass
GOM element implementation for permission definitions.class
Deprecated.since 5.0, use FS_REFERENCE insteadclass
GuiXML element implementation for grid-based selection.class
Generic editor for references based on Uid and UidTypeclass
GOM element implementation for section lists.class
Deprecated.since 5.0, useGomIndex
insteadclass
GOM implementation for text.class
GuiXML implementation for text areas.class
Field to toggle between on and off stateMethods in de.espirit.firstspirit.access.store.templatestore.gom that return GomFormElementModifier and TypeMethodDescriptionGomEntryProvider.clone()
Return a clone of the entry provider.@Nullable GomFormElement
GomEditorProvider.findEditor
(String name) Look up a GOM editor element within this provider.@Nullable GomFormElement
GomModule.findEditor
(String name) Methods in de.espirit.firstspirit.access.store.templatestore.gom that return types with arguments of type GomFormElementModifier and TypeMethodDescription@NotNull Iterable<GomFormElement>
GomEditorProvider.forms()
Returns an iterable on all form elements within this provider.@NotNull Iterable<GomFormElement>
GomModule.forms()
-
Uses of GomFormElement in de.espirit.firstspirit.access.store.templatestore.gom.lists
Subinterfaces of GomFormElement in de.espirit.firstspirit.access.store.templatestore.gom.listsModifier and TypeInterfaceDescriptioninterface
Definition of the GOM descriptor for the FirstSpirit catalog gadget.interface
Definition of the GOM descriptor for the FirstSpirit index gadget. -
Uses of GomFormElement in de.espirit.firstspirit.client.access.editor
Classes in de.espirit.firstspirit.client.access.editor with type parameters of type GomFormElementModifier and TypeInterfaceDescriptioninterface
FormReferenceContaining<F extends GomFormElement>
Implementorscollect references
stored in a provided form.interface
ValueEngineerContext<F extends GomFormElement>
Context container for value engineers.interface
ValueEngineerFactory<T,
F extends GomFormElement> A factory that is able to create aValueEngineer
. -
Uses of GomFormElement in de.espirit.firstspirit.forms
Methods in de.espirit.firstspirit.forms that return GomFormElementModifier and TypeMethodDescription@Nullable GomFormElement
InappropriateValueException.getForm()
Get the form element the value has been evaluated to be inappropriate for.Constructors in de.espirit.firstspirit.forms with parameters of type GomFormElementModifierConstructorDescriptionInappropriateValueException
(@NotNull GomFormElement form, Language language, Object value, @NotNull LocalizableException e) Create a new instance. -
Uses of GomFormElement in de.espirit.firstspirit.server.mediamanagement.exif
Methods in de.espirit.firstspirit.server.mediamanagement.exif with parameters of type GomFormElementModifier and TypeMethodDescription<T> T
ExifValue.format
(@Nullable ExifData exifData, @Nullable FormField<?> formField, @Nullable GomFormElement form) Format the givenExifData
.ExifValueFormatter.ComplexExifValueFormatter.format
(int tagHex, @Nullable ExifData exifData, @Nullable FormField<?> formField, @Nullable GomFormElement form) This method formats a complex object to produce a value of type T. -
Uses of GomFormElement in de.espirit.firstspirit.ui.gadgets
Methods in de.espirit.firstspirit.ui.gadgets with parameters of type GomFormElementModifier and TypeMethodDescriptionstatic GadgetIdentifier
GadgetIdentifier.from
(@NotNull GomFormElement form) Get a default identifier for a given form element. -
Uses of GomFormElement in de.espirit.firstspirit.ui.gadgets.swing
Classes in de.espirit.firstspirit.ui.gadgets.swing with type parameters of type GomFormElementModifier and TypeClassDescriptionclass
AbstractValueHoldingSwingGadget<T,
F extends GomFormElement> Abstract implementation providing basic functionalities supportingvalue holding
SwingGadget
s. -
Uses of GomFormElement in de.espirit.firstspirit.webedit.plugin.translation
Methods in de.espirit.firstspirit.webedit.plugin.translation that return GomFormElementModifier and TypeMethodDescription@NotNull GomFormElement
TranslationContext.getGomElement()
The definition of the editor the content should be translated for.
GomCatalog
instead