com.vaadin.terminal.gwt.client.ui.datefield
Interface VCalendarPanel.SubmitListener

Enclosing class:
VCalendarPanel

public static interface VCalendarPanel.SubmitListener


Method Summary
 void onCancel()
          On eg.
 void onSubmit()
          Called when calendar user triggers a submitting operation in calendar panel.
 

Method Detail

onSubmit

void onSubmit()
Called when calendar user triggers a submitting operation in calendar panel. Eg. clicking on day or hitting enter.


onCancel

void onCancel()
On eg. ESC key.



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.