Skip to main content
Skip table of contents

selectAllRows

Versionshinweise

21.2

Code

GROOVY
SearchListUtils.selectAllRows()

Beschreibung

 Selektiert alle Einträge im Suchergebnis.

Beispiele

GROOVY
void buttonClicked(String buttonName)
{
  if(ScriptUtils.equal(buttonName, "BUTTON_SEARCH"))
  {
    SearchListUtils.selectAllRows();
  }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.