public abstract class SubmitEventListener extends Object implements com.vaadin.ui.Component.Listener
SubmitEvent
s and delegates to
submitted(SubmitEvent)
or cancelled(SubmitEvent)
methods.Constructor and Description |
---|
SubmitEventListener() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
cancelled(SubmitEvent event)
Called when form is cancelled.
|
void |
componentEvent(com.vaadin.ui.Component.Event event) |
protected abstract void |
submitted(SubmitEvent event)
Called when form is submitted.
|
public final void componentEvent(com.vaadin.ui.Component.Event event)
componentEvent
in interface com.vaadin.ui.Component.Listener
protected abstract void submitted(SubmitEvent event)
protected abstract void cancelled(SubmitEvent event)
Copyright © 2016 Alfresco. All rights reserved.