Uses of Interface
de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement
Package
Description
-
Uses of GomFormElement in de.espirit.firstspirit.access.editor
Modifier and TypeMethodDescription@Nullable GomFormElement
EditorValue.getForm()
Get the form definition.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Marker interface - editor implementations for form elements implementing this interface must implementSimpleEditorValue
.Modifier 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 stateModifier 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) Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescription@Nullable GomFormElement
InappropriateValueException.getForm()
Get the form element the value has been evaluated to be inappropriate for.ModifierConstructorDescriptionInappropriateValueException
(@NotNull GomFormElement form, Language language, Object value, @NotNull LocalizableException e) Create a new instance. -
Uses of GomFormElement in de.espirit.firstspirit.server.mediamanagement.exif
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescription@NotNull GomFormElement
TranslationContext.getGomElement()
The definition of the editor the content should be translated for.
GomCatalog
instead