Interface IUiTextContributor

All Superinterfaces:
org.eclipse.scout.rt.api.data.IApiExposedItemContributor<String>
All Known Implementing Classes:
UiTextContributor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@ApplicationScoped @FunctionalInterface public interface IUiTextContributor extends org.eclipse.scout.rt.api.data.IApiExposedItemContributor<String>
Implementations of this interface contribute to the set of text keys that are sent as (translated) text to the UI on session startup (i.e. static UI texts that are required by TypeScript classes).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    contribute(Set<String> textKeys)
     
  • Method Details

    • contribute

      void contribute(Set<String> textKeys)
      Specified by:
      contribute in interface org.eclipse.scout.rt.api.data.IApiExposedItemContributor<String>
      Parameters:
      textKeys - live set to modify