setFontStyle (TableUtils)

Versionshinweise

23.2

Web Client

check mark

Code

void TableUtils.setFontStyle(int fontStyle, String... columnNames)

Beschreibung

Ändert den Schriftstil der angegebenen Spalte.

Parameter

  • fontStyle – Der neue Schriftstil für den Text, z.B. GUIConstants.FONTSTYLE_PLAIN.

  • columnNames – Eine kommaseparierte Liste von internen Feldnamen, z.B. "MatchCode.Customer". Mit GUIConstants.ALL_FIELDS können alle Felder geändert werden.

Beispiele

TableUtils.setFontStyle(GUIConstants.FONTSTYLE_BOLD, "MatchCode.Customer", "Name1.Customer");