Project

General

Profile

« Previous | Next » 

Revision a8fcce71

Added by Andreas Kohlbecker almost 7 years ago

popup editor window width, method documentation and SpecimenTypeDesignationWorkingsetPopupEditor to undefined width

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/SpecimenTypeDesignationWorkingsetPopupEditor.java
56 56

  
57 57
    private ElementCollectionField<SpecimenTypeDesignationDTO> typeDesignationsCollectionField;
58 58

  
59
    private static int windowPixelWidth = 1200;
59
    private static int windowPixelWidth = 900;
60 60

  
61 61
    /**
62 62
     * @return the countrySelectField
......
221 221
    }
222 222

  
223 223

  
224

  
225

  
226
    /**
227
     * {@inheritDoc}
228
     */
229
    @Override
230
    public int getWindowPixelWidth() {
231
        return windowPixelWidth;
232
    }
233

  
234 224
    // ------- SpecimenTypeDesignationWorkingsetPopupEditorView methods ---- //
235 225
    @Override
236 226
    public ElementCollectionField<SpecimenTypeDesignationDTO> getTypeDesignationsCollectionField() {
src/main/java/eu/etaxonomy/vaadin/ui/view/PopupView.java
19 19

  
20 20
    boolean isResizable();
21 21

  
22
    /**
23
     * @return a positive number to define the initial with of the windows.
24
     * A negative number implies <b>unspecified size</b> (terminal is free
25
     * to set the size).
26
     */
22 27
    int getWindowPixelWidth();
23 28

  
24 29
    boolean isModal();

Also available in: Unified diff