com.vaadin.addon.touchkit.ui
Class NavigationButton.NavigationButtonClickEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.event.ConnectorEvent
          extended by com.vaadin.ui.Component.Event
              extended by com.vaadin.addon.touchkit.ui.NavigationButton.NavigationButtonClickEvent
All Implemented Interfaces:
Serializable
Enclosing class:
NavigationButton

public class NavigationButton.NavigationButtonClickEvent
extends com.vaadin.ui.Component.Event

Click event. This event is triggered, when the navigation button is clicked.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NavigationButton.NavigationButtonClickEvent(com.vaadin.ui.Component source)
          Constructs a new NavigationButtonClickEvent
 
Method Summary
 
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
 
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigationButton.NavigationButtonClickEvent

public NavigationButton.NavigationButtonClickEvent(com.vaadin.ui.Component source)
Constructs a new NavigationButtonClickEvent

Parameters:
source - the Source of the event.


Copyright © 2014 Vaadin Ltd. All rights reserved.