setEnabled
Typ | |||
---|---|---|---|
Versionshinweise | 12.2 | ||
Web Client |
Code
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_FIELDS
könnnen alle Einträge de-/aktiviert werden.
Beispiele
ActionBoxUtils.setEnabled(false, "actionID", "actionID2");
ActionBoxUtils.setEnabled(false, GUIConstants.ALL_FIELDS);