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

Enclosing class:
VCalendarPanel

public static interface VCalendarPanel.FocusOutListener

Blur listener that listens to blur event from the panel


Method Summary
 boolean onFocusOut(com.google.gwt.event.dom.client.DomEvent<?> event)
           
 

Method Detail

onFocusOut

boolean onFocusOut(com.google.gwt.event.dom.client.DomEvent<?> event)
Returns:
true if the calendar panel is not used after focus moves out


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