Uses of Class
org.wicketstuff.jwicket.ui.sortable.Sortable
-
-
Uses of Sortable in org.wicketstuff.jwicket.ui.sortable
Methods in org.wicketstuff.jwicket.ui.sortable with parameters of type Sortable Modifier and Type Method Description voidSortable. connectWith(Sortable<T> other)voidSortableBehavior. connectWith(Sortable<?> other)protected voidSortable. onReceived(AjaxRequestTarget target, Component movedComponent, int newPosition, Sortable<T> from)protected voidSortableBehavior. onReceived(AjaxRequestTarget target, Component movedComponent, int newPosition, Sortable<?> from)
-