setActionBoxState
Typ | |||
---|---|---|---|
Versionshinweise | 20.2 | ||
Web Client |
Code
void GUIUtils.setActionBoxState(LayoutViewState state)
Beschreibung
Zeigt die Aktionsbox an oder blendet sie aus, wenn Aktionen verfügbar sind.
Parameter
- LayoutViewState state
- GUIConstants.LAYOUTVIEWSTATE_ON - Blendet die Aktionsbox ein, falls Aktionen verfügbar sind.
- GUIConstants.LAYOUTVIEWSTATE_OFF - Blendet die Aktionsbox aus.
Beispiele
void beforeRenderActionBox()
{
GUIUtils.setActionBoxState(GUIConstants.LAYOUTVIEWSTATE_OFF);
}