Project

General

Profile

« Previous | Next » 

Revision 3a8b638c

Added by Andreas Kohlbecker almost 7 years ago

ref #6673 comment on deprecated method

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractPopupEditor.java
526 526

  
527 527
    public void showInEditor(DTO beanToEdit) {
528 528

  
529

  
529 530
        fieldGroup.setItemDataSource(beanToEdit);
530 531
        afterItemDataSourceSet();
531 532
    }
......
549 550
    }
550 551

  
551 552
    /**
552
     * This method is called after setting the item data source whereby the {@link FieldGroup#configureField(Field<?> field)} method will be called.
553
     * This method is called after setting the item data source whereby the
554
     * {@link FieldGroup#configureField(Field<?> field)} method will be called.
553 555
     * In this method all fields are set to default states defined for the fieldGroup.
554 556
     * <p>
555 557
     * You can now implement this method if you need to configure the enable state of fields
......
561 563

  
562 564
    // ------------------------ issue related temporary solutions --------------------- //
563 565
    /**
566
     * Publicly accessible equivalent to getPreseneter(), needed for
567
     * managing the presenter listeners.
568
     * <p>
569
     * TODO: refactor the presenter listeners management to get rid of this method
564 570
     *
565 571
     * @return
566
     * @deprecated see #6673
572
     * @deprecated marked deprecated to emphasize on the special character of this method
573
     *    which should only be used interlally see #6673
567 574
     */
568 575
    @Deprecated
569 576
    public P presenter() {

Also available in: Unified diff