C - Concrete configurator typepublic interface DeferrableLocalizationConfigurator<C extends DeferrableLocalizationConfigurator<C>> extends HasDeferrableLocalization
| Modifier and Type | Method and Description |
|---|---|
default C |
deferLocalization()
Enable the deferred localization mode.
|
C |
withDeferredLocalization(boolean deferredLocalization)
Sets whether the localizable elements of the component (for the example the text or the title) should be
localized in deferred mode.
|
isDeferredLocalizationEnabledC withDeferredLocalization(boolean deferredLocalization)
When the deferred localization mode is enabled, the actual messages localization is triggered when the component is displayed in UI, typically when it is attached to a parent component. Otherwise, the messages localization is performed immediately at component build/configuration time.
deferredLocalization - Whether to enable the deferred localization modedefault C deferLocalization()
When the deferred localization mode is enabled, the actual messages localization is triggered when the component is displayed in UI, typically when it is attached to a parent component.
withDeferredLocalization(boolean)Copyright © 2020 The Holon Platform. All rights reserved.