Interface VAbstractCalendarPanel.FocusOutListener

  • Enclosing class:
    VAbstractCalendarPanel<R extends Enum<R>>

    public static interface VAbstractCalendarPanel.FocusOutListener
    Blur listener that listens to blur event from the panel.
    • Method Detail

      • onFocusOut

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