Konsolidierte Fassung von Mandalay
git-svn-id: https://svn.libreccm.org/ccm/trunk@987 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
501085ad3b
commit
6816b5566a
|
|
@ -112,6 +112,7 @@ public abstract class CategoryForm extends Form
|
|||
// Create the request local
|
||||
m_assigned = new RequestLocal() {
|
||||
|
||||
@Override
|
||||
public Object initialValue(PageState state) {
|
||||
CategoryMap m = new CategoryMap();
|
||||
initAssignedCategories(state, m);
|
||||
|
|
@ -218,6 +219,7 @@ public abstract class CategoryForm extends Form
|
|||
//
|
||||
private class FreePrintListener implements PrintListener {
|
||||
|
||||
@Override
|
||||
public void prepare(PrintEvent e) {
|
||||
|
||||
OptionGroup target = (OptionGroup) e.getTarget();
|
||||
|
|
@ -348,6 +350,7 @@ public abstract class CategoryForm extends Form
|
|||
@Deprecated
|
||||
private class AssignedPrintListener implements PrintListener {
|
||||
|
||||
@Override
|
||||
public void prepare(PrintEvent e) {
|
||||
OptionGroup o = (OptionGroup) e.getTarget();
|
||||
PageState state = e.getPageState();
|
||||
|
|
@ -367,6 +370,7 @@ public abstract class CategoryForm extends Form
|
|||
}
|
||||
|
||||
// Process the form: assign/unassign categories
|
||||
@Override
|
||||
public void process(FormSectionEvent e) throws FormProcessException {
|
||||
PageState state = e.getPageState();
|
||||
FormData data = e.getFormData();
|
||||
|
|
@ -418,6 +422,7 @@ public abstract class CategoryForm extends Form
|
|||
|
||||
// Validate the form: make sure that a category is selected
|
||||
// for the remove/assign buttons
|
||||
@Override
|
||||
public void validate(FormSectionEvent e) throws FormProcessException {
|
||||
PageState state = e.getPageState();
|
||||
FormData data = e.getFormData();
|
||||
|
|
|
|||
Loading…
Reference in New Issue