Title: JAllInOne
Description: Value change listener used to add/remove filter conditions onto the grid.
929930931932933934935
/** * Show a custom grid frame. * @param functionId related functionId */ public void executeCustomFunction(String functionId) { new ShowCustomFunctionFrame(functionId); }