org.wicketstuff.jwicket.ui.sortable
Interface ISortable


public interface ISortable


Method Summary
 void onReceived(AjaxRequestTarget target, int newPosition)
           
 void onRemoved(AjaxRequestTarget target)
           
 void onSorted(AjaxRequestTarget target, int newPosition)
           
 

Method Detail

onSorted

void onSorted(AjaxRequestTarget target,
              int newPosition)

onRemoved

void onRemoved(AjaxRequestTarget target)

onReceived

void onReceived(AjaxRequestTarget target,
                int newPosition)


Copyright © 2013. All Rights Reserved.