Class FWLocalizationTableCellRenderer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, TableCellRenderer

public class FWLocalizationTableCellRenderer extends DefaultTableCellRenderer
TableCellRenderer to automatically localize table cell values of type String. If for component ID is specified this is used as prefix for LocaleBunde key (besides standard prefix: .FormComponent). For the localization the
Author:
Martin Schmitz
See Also:
  • Field Details

  • Constructor Details

    • FWLocalizationTableCellRenderer

      public FWLocalizationTableCellRenderer(FWObservable aObservable)
      Creates a new renderer.
      Parameters:
      aObservable - used to retrieve the parameter map to replace wildcards in localization value (from parameter map)
    • FWLocalizationTableCellRenderer

      public FWLocalizationTableCellRenderer(FWObservable aObservable, String aFormComponentID)
      Creates a new renderer.
      Parameters:
      aObservable - used to retrieve the parameter map to replace wildcards in localization value (from parameter map)
      aFormComponentID - form component ID, which is used as prefix for localization key (can be null or empty)
  • Method Details