Project

General

Profile

« Previous | Next » 

Revision 538800b4

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 first implementation of delete operations

View differences:

src/main/java/eu/etaxonomy/vaadin/ui/view/DoneWithPopupEvent.java
3 3
public class DoneWithPopupEvent {
4 4

  
5 5
	public enum Reason {
6
		CANCEL, SAVE;
6
		CANCEL, SAVE, DELETE;
7 7
	}
8 8

  
9 9
	private final Reason reason;

Also available in: Unified diff