Project

General

Profile

« Previous | Next » 

Revision b6ea271c

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 ToManyRelatedEntitiesComboboxSelect, CdmFilterablePagingProvider and CdmTitleCacheCaptionGenerator implemented

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractPopupEditor.java
554 554
     * {@link FieldGroup#configureField(Field<?> field)} method will be called.
555 555
     * In this method all fields are set to default states defined for the fieldGroup.
556 556
     * <p>
557
     * You can now implement this method if you need to configure the enable state of fields
558
     * individually.
557
     * You can now implement this method if you need to modify the state or value of individual fields.
559 558
     */
560 559
    protected void afterItemDataSourceSet() {
561

  
562 560
    }
563 561

  
564 562
    // ------------------------ issue related temporary solutions --------------------- //
......
570 568
     *
571 569
     * @return
572 570
     * @deprecated marked deprecated to emphasize on the special character of this method
573
     *    which should only be used interlally see #6673
571
     *    which should only be used internally see #6673
574 572
     */
575 573
    @Deprecated
576 574
    public P presenter() {

Also available in: Unified diff