public interface SchemaLocaleAwareFormElementI extends FormElementWithDisplayPropertyI
This serves as a marker for the UI framework to identify components whose
displayed content - specifically translated attribute values - must be synchronized
whenever the InstrumentingSchemaI locale is changed.
Usage: The root form context gets notified about a locale-switch event to trigger a targeted UI update for all sub-contexts that have one of these elements.
logALL_ACTIONS, AVAILABLE_ACTION_KIND, CONTEXTMENU_ACTION_KIND, LOCAL_ACTION_KIND, MENU_ACTION_KIND, NO_LOCAL_ACTION_KIND, NO_TOPMDI_ONLY_ACTION_KIND, NOT_AVAILABLE_ACTION_KIND, REFRESH_FROM_SHOW_POPUP, REFRESH_FROM_TRANSACTION, REFRESH_FROM_USER, SHORTCUT_ACTION_KIND, TOOLBAR_ACTION_KIND, TOPMDI_ONLY_ACTION_KIND| Modifier and Type | Method and Description |
|---|---|
default boolean |
hasLocalizedAttribute()
Determines if the underlying attribute specifically holds localized string data.
|
getAttribute, getDisplayPropertyaddBeanA, addBeanA, addFormElementListener, addHandleA, addHandleA, addHandleE, addHandleE, afterSave, afterSetValue, applyL10n, beforeSave, beforeSetValue, close, getActions, getActionsOfKind, getAttribute, getAttribute, getAttributeMap, getBO, getConfRoot, getCtx, getDebugName, getDefinitionErrorHandler, getElementConsideringIgnored, getElementMap, getFtx, getName, getSchema, handleAttributes, handleElement, handleElements, handleElements, handleElements, handleElements, handleError, handleNewElement, handleNewElement, handleNewElement, isClosed, isDebug, isEditable, isGUIBuilt, isIgnored, isInputPossible, isShown, mdiActivate, mdiClose, mdiDeactivate, mdiOpen, performAdditionalFormElementDefinitionChecks, postInit, postRefresh, refresh, refresh, removeFormElementListener, requestFocus, setEditable, showError, showError, sync, toDebugName, willCareForChildActions, willCareForChildRefreshdefault boolean hasLocalizedAttribute()
This check verifies if the attribute's type is compatible with
L10nedStringType, indicating that the value itself contains a translated text
which stems from another persistent attribute managing multiple translations (typically
of type L10nStringType).
true if the attribute is an L10nedString; false otherwise.Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.