Class JTableQuickSearchSupport

java.lang.Object
net.thevpc.common.swing.table.JTableQuickSearchSupport

public class JTableQuickSearchSupport extends Object
Author:
Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 6 mai 2006 18:47:41
  • Field Details

    • LOOK_UP_CELL_BY_PREFIX

      public static final int LOOK_UP_CELL_BY_PREFIX
      See Also:
    • LOOK_UP_CELL_BY_SUFFIX

      public static final int LOOK_UP_CELL_BY_SUFFIX
      See Also:
    • LOOK_UP_CELL_BY_PORTION

      public static final int LOOK_UP_CELL_BY_PORTION
      See Also:
    • LOOK_UP_CELL_BY_REGEXP

      public static final int LOOK_UP_CELL_BY_REGEXP
      See Also:
    • RESIZE_MAX

      public static int RESIZE_MAX
    • RESIZE_MIN

      public static int RESIZE_MIN
    • jTable

      protected IJTable jTable
  • Constructor Details

    • JTableQuickSearchSupport

      public JTableQuickSearchSupport(IJTable jTable)
  • Method Details

    • setCellLookupStrategy

      public void setCellLookupStrategy(int strategy)
    • getCellLookupStrategy

      public int getCellLookupStrategy()
    • isCellLookupCaseSensitive

      public boolean isCellLookupCaseSensitive()
    • setCellLookupCaseSensitive

      public void setCellLookupCaseSensitive(boolean enable)
    • setFirstSelectedByFilter

      public int setFirstSelectedByFilter(String prefix)
    • setNextSelectedByFilter

      public int setNextSelectedByFilter(String prefix)
    • setLastLineSelected

      public void setLastLineSelected()
    • cellValueAccepted

      public boolean cellValueAccepted(String cellValue, String filter)
    • setSelectedByFilter

      public int setSelectedByFilter(String prefix, int startSearchRow, int searchColumn)
    • getTable

      public IJTable getTable()