Project

General

Profile

« Previous | Next » 

Revision 1c2f909e

Added by Andreas Kohlbecker about 6 years ago

ref #7269 basic implementation of the registration messaging UI

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/registration/RegistrationItem.java
59 59
public class RegistrationItem extends GridLayout {
60 60

  
61 61

  
62

  
63
    public static final String VALIDATION_PROBLEMS = "validationProblems";
64

  
65
    public static final String MESSAGES = "messages";
66

  
67
    public static final String BLOCKED_BY = "blockedBy";
68

  
62 69
    /**
63 70
     *
64 71
     */
......
246 253
                            e,
247 254
                            RegistrationDTO.class,
248 255
                            regDto.getId(),
249
                            "messages");
256
                            VALIDATION_PROBLEMS);
250 257
                } else {
251 258
                    detailsEvent = new ShowDetailsEvent<RegistrationWorkingSet, Integer>(
252 259
                            e,
253 260
                            RegistrationWorkingSet.class,
254 261
                            null,
255
                            "messages");
262
                            VALIDATION_PROBLEMS);
256 263
                }
257 264
                publishEvent(detailsEvent);
258 265
                }
......
379 386
    }
380 387

  
381 388
    /**
382
     * @return the messageButton
389
     * @return the validationProblemsButton
383 390
     */
384 391
    public Button getMessageButton() {
385 392
        return messageButton;

Also available in: Unified diff