|
Typ |
|
||
|---|---|---|---|
|
Versionshinweise |
12.2 |
||
|
Web Client |
|
||
Code
Groovy
void ActionBoxUtils.setEnabled(boolean enabled, String... actionBoxIDs)
Beschreibung
De-/Aktiviert Einträge in der Aktionsbox.
Parameter
-
enabled- Flag um Einträge zu de-/aktivieren. z.B. true, false. -
actionBoxIDs- Komma separierte Liste von IDs verschiedener Einträge in der Aktionsbox. MitGUIConstants.ALL_FIELDSkönnnen alle Einträge de-/aktiviert werden.
Beispiele
Groovy
ActionBoxUtils.setEnabled(false, "actionID", "actionID2");
ActionBoxUtils.setEnabled(false, GUIConstants.ALL_FIELDS);