setFontStyle (TableUtils)
Versionshinweise | 23.2 |
|---|---|
| Web Client |
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". MitGUIConstants.ALL_FIELDSkönnen alle Felder geändert werden.
Beispiele
TableUtils.setFontStyle(GUIConstants.FONTSTYLE_BOLD, "MatchCode.Customer", "Name1.Customer");