Uses of Class
com.vaadin.ui.Table.TableDragMode

Packages that use Table.TableDragMode
com.vaadin.ui   
 

Uses of Table.TableDragMode in com.vaadin.ui
 

Methods in com.vaadin.ui that return Table.TableDragMode
 Table.TableDragMode Table.getDragMode()
           
static Table.TableDragMode Table.TableDragMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Table.TableDragMode[] Table.TableDragMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vaadin.ui with parameters of type Table.TableDragMode
 void Table.setDragMode(Table.TableDragMode newDragMode)
          Sets the drag start mode of the Table.
 



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