232233234235236237238
} }; auditsContainer.add(listView); add(auditsContainer); add(new WorkflowStartPanel("workflowStartPanel")); add(new RuleEditorPanel("ruleEditor", this)); }
49505152535455
super(parameters, PAGE_NAME_KEY); initContent(); } private void initContent() { add(new RuleEditorPanel("ruleEditor", this)); }