Uses of Interface
com.storedobject.vaadin.ItemSelectedListener
Packages that use ItemSelectedListener
-
Uses of ItemSelectedListener in com.storedobject.vaadin
Subinterfaces of ItemSelectedListener in com.storedobject.vaadinModifier and TypeInterfaceDescriptioninterfaceInterface for listening on selected items (especially inGrid.Methods in com.storedobject.vaadin with parameters of type ItemSelectedListenerModifier and TypeMethodDescriptiondefault voidHasColumns.addItemSelectedListener(ItemSelectedListener<T> itemSelectedListener) Add an "item selected listener" to the grid.default voidHasColumns.removeItemSelectedListener(ItemSelectedListener<T> itemSelectedListener) Remove an "item selected listener" that was previously added to the grid.