public class SubmitEvent
extends com.vaadin.ui.Component.Event
Modifier and Type | Field and Description |
---|---|
static String |
CANCELLED |
static String |
SUBMITTED |
source
Constructor and Description |
---|
SubmitEvent(com.vaadin.ui.Component source,
String type) |
SubmitEvent(com.vaadin.ui.Component source,
String type,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
getData()
Additional state or data for this event.
|
String |
getType() |
getSource, toString
public static final String SUBMITTED
public static final String CANCELLED
public SubmitEvent(com.vaadin.ui.Component source, String type)
Copyright © 2016 Alfresco. All rights reserved.