Uses of Interface
com.vaadin.ui.Table.ColumnReorderListener
-
Packages that use Table.ColumnReorderListener Package Description com.vaadin.ui -
-
Uses of Table.ColumnReorderListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Table.ColumnReorderListener Modifier and Type Method Description voidTable. addColumnReorderListener(Table.ColumnReorderListener listener)Adds a column reorder listener to the Table.voidTable. addListener(Table.ColumnReorderListener listener)Deprecated.As of 7.0, replaced byTable.addColumnReorderListener(ColumnReorderListener)voidTable. removeColumnReorderListener(Table.ColumnReorderListener listener)Removes a column reorder listener from the Table.voidTable. removeListener(Table.ColumnReorderListener listener)Deprecated.As of 7.0, replaced byTable.removeColumnReorderListener(ColumnReorderListener)
-