Deprecated API


Contents
Deprecated Methods
com.vaadin.addon.touchkit.ui.TabBarView.addComponent(Component)
          The behavior differs from regular ComponentContainer s, use the specialized API instead: TabBarView.addTab(Component) and TabBarView.removeTab(Component) 
com.vaadin.addon.touchkit.ui.NavigationView.addComponent(Component)
          use setContent or setToolbar instead 
com.vaadin.addon.touchkit.ui.NavigationBar.addComponent(Component)
          Not supported by NavigationBar. 
com.vaadin.addon.touchkit.ui.TabBarView.removeComponent(Component)
          The behavior differs from regular ComponentContainer s, use the specialized API instead: TabBarView.addTab(Component) and TabBarView.removeTab(Component) 
com.vaadin.addon.touchkit.ui.TabBarView.replaceComponent(Component, Component)
          The behavior differs from regular ComponentContainer s, use the specialized API instead: TabBarView.addTab(Component) and TabBarView.removeTab(Component) 
com.vaadin.addon.touchkit.ui.NavigationBar.replaceComponent(Component, Component)
          Not supported by NavigationBar. 
 



Copyright © 2014 Vaadin Ltd. All rights reserved.