Uses of Class
com.vaadin.shared.ui.ui.Transport

Packages that use Transport
com.vaadin.shared.ui.ui   
 

Uses of Transport in com.vaadin.shared.ui.ui
 

Methods in com.vaadin.shared.ui.ui that return Transport
static Transport Transport.getByIdentifier(java.lang.String identifier)
          Returns a Transport by its identifier.
static Transport Transport.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Transport[] Transport.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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