net.datacrow.console.views
Interface ISortableComponent

All Known Subinterfaces:
IViewComponent
All Known Implementing Classes:
DcFieldList, DcObjectList, DcTable

public interface ISortableComponent


Method Summary
 void moveRowDown()
           
 void moveRowToBottom()
           
 void moveRowToTop()
           
 void moveRowUp()
           
 

Method Detail

moveRowToTop

void moveRowToTop()

moveRowToBottom

void moveRowToBottom()

moveRowUp

void moveRowUp()

moveRowDown

void moveRowDown()