JIDE 3.4.0

com.jidesoft.grid
Interface ColumnDraggableSupport


public interface ColumnDraggableSupport

The interface to define if a column is draggable.

Non-draggable means that this column itself cannot be dragged and other columns cannot be dragged past this column.

This interface would take effect only if JTableHeader.getReorderingAllowed() returns true.

Since:
3.2.4

Method Summary
 boolean isColumnDraggable(int columnIndex)
          Checks if the column is draggable.
 

Method Detail

isColumnDraggable

boolean isColumnDraggable(int columnIndex)
Checks if the column is draggable.

Parameters:
columnIndex - the column index
Returns:
true if the column is draggable. Otherwise false.

JIDE 3.4.0