Uses of Class
de.espirit.firstspirit.ui.gadgets.GadgetIdentifier
-
Uses of GadgetIdentifier in de.espirit.firstspirit.ui.gadgets
Modifier and TypeMethodDescriptionGadgetIdentifier.envelop
(@NotNull String name, @NotNull Serializable key) Envelop this identifier as inner node of a new identifier.GadgetIdentifier.forLanguage
(@NotNull Language language) Get an identifier from this instance for a specific language.static GadgetIdentifier
GadgetIdentifier.from
(@NotNull GomFormElement form) Get a default identifier for a given form element.@NotNull GadgetIdentifier
GadgetIdentifierProvider.getIdentifier()
Returns the identifier of a targeted gadget.@Nullable GadgetIdentifier
GadgetIdentifier.getInnerNode()
Get the inner node of a hierarchical identifier.static GadgetIdentifier
GadgetIdentifier.on
(@NotNull String name, @NotNull Serializable key) Get an identifier based on the given name and key. -
Uses of GadgetIdentifier in de.espirit.firstspirit.ui.gadgets.swing
Modifier and TypeMethodDescriptionfinal GadgetIdentifier
AbstractValueHoldingSwingGadget.getGadgetId()
Provides the basic gadget identifier related to the form element of this gadget.Modifier and TypeMethodDescriptionfinal void
AbstractValueHoldingSwingGadget.notifyStateChange
(GadgetIdentifier identifier) Notify about the value state having changed.final void
AbstractValueHoldingSwingGadget.notifyValueChange
(GadgetIdentifier identifier) Notify about the value having changed.void
NotificationHost.onModification
(@NotNull GadgetIdentifier identifier) Notify about a modification in value.void
NotificationHost.onStateChange
(@NotNull GadgetIdentifier identifier) Notify about a state change in value.