public interface HasDeferrableLocalization
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDeferredLocalizationEnabled()
Gets whether the localizable elements of the component (for the example the text or the title) should be
localized in deferred mode.
|
boolean isDeferredLocalizationEnabled()
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.
Copyright © 2020 The Holon Platform. All rights reserved.