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
 void SortableBehavior.connectWith(Sortable<?> other)
           
 void Sortable.connectWith(Sortable<T> other)
           
protected  void SortableBehavior.onReceived(AjaxRequestTarget target, Component movedComponent, int newPosition, Sortable<?> from)
           
protected  void Sortable.onReceived(AjaxRequestTarget target, Component movedComponent, int newPosition, Sortable<T> from)
           
 



Copyright © 2013. All Rights Reserved.