Klasse FWLocalizationTableCellRenderer

Alle implementierten Schnittstellen:
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
Autor:
Martin Schmitz
Siehe auch:
  • Felddetails

  • Konstruktordetails

    • FWLocalizationTableCellRenderer

      public FWLocalizationTableCellRenderer(FWObservable aObservable)
      Creates a new renderer.
      Parameter:
      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.
      Parameter:
      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)
  • Methodendetails