Package de.xima.fc.interfaces
Interface INamedUiElement
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IAccessProperty,IDatabaseAccessDependent,IDescriptionProvidingPlugin,IFCPlugin,IFCRemoteSyncPlugin,IFormLifecyclePlugin,IInboxDependent,IMailDependent,INamedUiElement,IPluginAccessProperties,IPluginAccessProperty,IPluginActionNodeHandler<TData>,IPluginAuthenticationLogic,IPluginAuthenticatorType,IPluginBackendTheme,IPluginClientDashboard,IPluginConditionNodeHandler<TData>,IPluginConfigParamList,IPluginCustomGUI,IPluginDataSource,IPluginDoUntilLoopNodeHandler<TData,TState>,IPluginEntities,IPluginFormDesignerResource,IPluginFormElementCatalogue,IPluginFormElementPropertiesExtension,IPluginFormElementTemplate,IPluginFormElementTemplateStatic,IPluginFormElementWidget,IPluginFormPrePersist,IPluginFormPreProcess,IPluginFormPreRender,IPluginFormPreRespond,IPluginFormPreview,IPluginFormPropertiesExtension,IPluginFormRenderCallback,IPluginFormReplacer,IPluginFormResource,IPluginGeneric,IPluginMailEncryption,IPluginMalwareScanner,IPluginMenuEntries,IPluginMonitor,IPluginPortal,IPluginProcessing,IPluginProjectMenu,IPluginProjectTemplate,IPluginScopeClient,IPluginScopeSystem,IPluginServletAction,IPluginSessionReplacer,IPluginShutdown,IPluginStaticResourceServletAction,IPluginSystemReplacer,IPluginTemplateReplacer,IPluginTriggerHandler<TData>,IPluginValidationRule,IPluginWhileLoopNodeHandler<TData,TState>,IPluginWorkflowElementPrototypes,IPluginWorkflowNode,IPluginWorkflowTrigger,IProcessing,IProcessingPlugin,IProcessingWrapper,IStatusDependent,ITemplateDependent,IUserDependent,IUserGroupDependent
- All Known Implementing Classes:
AFCPlugin,AParameterVerarbeitung,APluginActionNodeHandler,APluginConditionNodeHandler,APluginDoUntilLoopNodeHandler,APluginStaticResourceServletAction,APluginTriggerHandler,APluginWhileLoopNodeHandler,AVerarbeitung,EAccessProperty,EAktionsResultat,EAnrede,EAppenderType,EAppointmentBookingError,EAppointmentIcalError,EAppointmentStatus,EAttachmentItemType,EAttachmentSource,EAuthCallbackUrlType,EAuthClientType,EAuthorizationFilterType,EAuthRedirectTarget,EAutoLoginType,EBenamungsModus,EBenutzerStatus,EBenutzerverwaltungsTyp,EByteOrderMarkMode,EChangeFormAvailabilityType,EClusterProtocolType,EColumnLabelType,ECompressAsZipNamingScheme,EConnectionStatus,EContentView,EContentViewCategory,ECounterActionType,ECounterRefGroupType,ECounterResetType,EDatenabfrageTyp,EDatenbankTyp,EDatenquellenTyp,EDBEncryptionAlgorithm,EDefaultSenderName,EEmailArchiveFormat,EEmailBodyFormatType,EEncryptionTestResult,EEntityConflictResolveAction,EExecCondition,EExterneRessourcenTyp,EFcServerType,EFcWebAppFeature,EFileConflictResolution,EForEachLoopItemListSource,EFormAuthTyp,EFormElementTyp,EFormExportFormat,EFormExportPart,EFormImpexOption,EFormOfflineMode,EFormProcessType,EFormRecordMessageSenderContext,EFormRecordQuartzJobType,EFormRecordQueryType,EFormRecordSubmitContext,EFormTemplateScope,EFormTyp,EFormVersionActions,EFreigabeStatus,EFreigabeTyp,EGender,EHttpContentType,EHttpLocationResolutionType,EHttpRequestType,EI18nSource,EInputClientLayout,EInternalMessageType,EKerberosLdapUserFilterType,ELanguage,ELicenseCheckType,ELicenseFeature,ELicenseState,ELicenseSubscriptionType,ELicenseVersionState,ELinkTarget,ELogEntryActionLogLevel,ELoggerType,ELoginLayout,ELoginNoticePosition,EMailAuthenticationType,EMailEncryption,EMailSenderAddressMode,EMatchCondition,EModule,EMoveFormRecordToInboxTargetType,EMultiFactorAuthenticationType,EMultipartHeaderType,EMultipleConditionCombinationType,ENodeState,ENodeType,EPasswordAssignType,EPathSegmentSanitizationRulesPreset,EPlaceholderType,EPluginServerRestrictionType,EPluginStoreItemInstallScope,EPluginStoreItemInstallStatus,EPluginUpdateStatus,EPortalStatePreset,EProjectExportFormat,EProtocolEntryProcessType,EProtokollEintragTyp,EResourceItemType,ERessourcenTyp,ESamlEntityIdType,ESamlMetadataIntegrationType,ESendFormRecordMessageTargetChatType,ESendFormRecordMessageTargetMemberType,EServerConfigFeature,EStringMatchType,ETextbausteinKategorie,ETextFileContentType,ETimePointTriggerDurationUnit,ETimePointTriggerOperation,ETimePointType,ETimeUnit,EUploadRequestFileMergeMode,EUserPortalStateType,EValueType,EVerarbeitungsTyp,EViews,EWeiterverarbeitung_Aktion,EWeiterverarbeitung_Bedingung,EWeiterverarbeitung_Status,EWorkflowElementCategory,EWorkflowStateType,ProcessingWrapper,RessourcenTyp,VerarbeitungCallback,VerarbeitungChangeStatus,VerarbeitungCompressAsZip,VerarbeitungCopyToPostfach,VerarbeitungCopyToStatus,VerarbeitungDbSQLQuery,VerarbeitungDeleteVorgang,VerarbeitungEmail,VerarbeitungExport,VerarbeitungExportPersistence,VerarbeitungExterneRessource,VerarbeitungInbox,VerarbeitungMoveToPostfach,VerarbeitungPdf,VerarbeitungPlugin,VerarbeitungPost,VerarbeitungRenewProzessID,VerarbeitungReturnFile,VerarbeitungSaveToFilesystem,VerarbeitungSendToSalesforce,VerarbeitungStop,VerarbeitungTemplate,VerarbeitungUpload,VerarbeitungWeiterleitung,VerarbeitungWord,VerarbeitungWriteToFile,VerarbeitungWriteToForm,VerarbeitungXmlToFd
public interface INamedUiElement extends Serializable
Interface for elements that have a display name in a specific locale, often used for UI elements.
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_DISPLAY_NAME
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName(Locale locale)The display name of this element in the given locale.static Function<? super INamedUiElement,String>gettingDisplayName(Locale locale)Gets a function for getting the display name of anINamedUiElementin a specific locale.
-
-
-
Field Detail
-
ATTR_DISPLAY_NAME
static final String ATTR_DISPLAY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
String getDisplayName(Locale locale)
The display name of this element in the given locale.- Parameters:
locale- The locale to get the display name for.- Returns:
- The display name of this element in the given locale.
-
gettingDisplayName
static Function<? super INamedUiElement,String> gettingDisplayName(Locale locale)
Gets a function for getting the display name of anINamedUiElementin a specific locale.- Parameters:
locale- The locale to get the display name for.- Returns:
- A function that gets the display name of an
INamedUiElementin the specified locale.
-
-