Skip to main content

LIST level event hooks

public String appendListPageHead() { return ""; }
public String appendListPageFoot() { return ""; }
public void beforeSelectList() throws Exception {}
public void beforeRenderList() throws Exception {}

LIST execution order

  1. beforeSelectList
  2. Gather form data from database
    1. dataFilterActive > dataFilterHandler
    2. listFilterActive > listFilterHandler
  3. beforeRenderList
  4. Return list to user