show
Typ | |||
|---|---|---|---|
Versionshinweise | 14.1 | ||
Web Client |
| ||
Code
void ActionBoxUtils.show(boolean show)
Beschreibung
Die Methode ActionBoxUtils.show() ist veraltet und wurde durch die Methode GUIUtils.setActionBoxState() ersetzt.
Zeigt die Aktionsbox an oder blendet sie aus, wenn Aktionen verfĂĽgbar sind.
Parameter
show - true zeigt die Aktionsbox an. false blendet die Aktionsbox aus.
Beispiele
ActionBoxUtils.show(false);