Package com.vaadin.addon.touchkit.ui

Contains all the components and layouts provided by TouchKit.

See:
          Description

Interface Summary
NavigationButton.NavigationButtonClickListener Interface for listening for a NavigationButton.NavigationButtonClickEvent fired by a Component.
NavigationManager.NavigationListener A NavigationListener is notified whenever a navigation event occurs.
TabBarView.SelectedTabChangeListener Selected tab change event listener.
 

Class Summary
AbstractComponentGroup The AbstractComponentGroup class is the base class for the HorizontalButtonGroup.
DatePicker DatePicker is a field used to ask time values from the user.
EmailField A TextField that is intended for email address entry.
HorizontalButtonGroup HorizontalButtonGroup is a layout that groups buttons horizontally.
NavigationBar The NavigationBar component sits at the top of a NavigationView and contains an XHTML caption in the middle as well as component slots (most commonly for buttons) on the left and right.
NavigationButton The NavigationButton is a Button implementation optimized to be used inside a NavigationManager or generally in touch devices.
NavigationManager The NavigationManager is a non-visible component container that allows for smooth navigation between components, or views.
NavigationManager.NavigationEvent A NavigationEvent is triggered when the user navigates forward or backward in the NavigationManager.
NavigationView The NavigationView is a component container which integrates well with the NavigationManager.
NumberField A TextField that is intended for numerical input.
Popover The Popover is a modal sub window suitable for mobile devices.
SwipeView The SwipeView is a simple layout which has a scrollable content area.
Switch A CheckBox that is rendered as a switch button, which might provide a better user experience on touch devices.
TabBarView The TabBarView is a tabsheet implementation that mimics the native tabsheet (TabBarView) in iOS.
TabBarView.SelectedTabChangeEvent Selected tab change event.
Toolbar The Toolbar is a native looking toolbar for showing buttons.
UrlField A TextField that is intended for URL input.
VerticalComponentGroup The VerticalComponentGroup is a layout to group controls vertically.
 

Enum Summary
NavigationManager.NavigationEvent.Direction  
 

Package com.vaadin.addon.touchkit.ui Description

Contains all the components and layouts provided by TouchKit.

Author:
Vaadin Ltd


Copyright © 2014 Vaadin Ltd. All rights reserved.