setBackgroundColor (TreeUtils)
Versionshinweise | 16.1 | ||
---|---|---|---|
Web Client |
Code
TreeUtils.setBackgroundColor(Color backgroundColor)
Beschreibung
Ändert die Hintergrundfarbe des aktuellen Baumknotens.
Parameter
- backgroundColor - Die Hintergrundfarbe.
Beispiele
TreeUtils.setBackgroundColor(GUIConstants.COLOR_BLUE);