public class JTableQuickSearchSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IJTable |
jTable |
static int |
LOOK_UP_CELL_BY_PORTION |
static int |
LOOK_UP_CELL_BY_PREFIX |
static int |
LOOK_UP_CELL_BY_REGEXP |
static int |
LOOK_UP_CELL_BY_SUFFIX |
static int |
RESIZE_MAX |
static int |
RESIZE_MIN |
| Constructor and Description |
|---|
JTableQuickSearchSupport(IJTable jTable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cellValueAccepted(String cellValue,
String filter) |
int |
getCellLookupStrategy() |
IJTable |
getTable() |
boolean |
isCellLookupCaseSensitive() |
void |
setCellLookupCaseSensitive(boolean enable) |
void |
setCellLookupStrategy(int strategy) |
int |
setFirstSelectedByFilter(String prefix) |
void |
setLastLineSelected() |
int |
setNextSelectedByFilter(String prefix) |
int |
setSelectedByFilter(String prefix,
int startSearchRow,
int searchColumn) |
public static final int LOOK_UP_CELL_BY_PREFIX
public static final int LOOK_UP_CELL_BY_SUFFIX
public static final int LOOK_UP_CELL_BY_PORTION
public static final int LOOK_UP_CELL_BY_REGEXP
public static int RESIZE_MAX
public static int RESIZE_MIN
protected IJTable jTable
public JTableQuickSearchSupport(IJTable jTable)
public void setCellLookupStrategy(int strategy)
public int getCellLookupStrategy()
public boolean isCellLookupCaseSensitive()
public void setCellLookupCaseSensitive(boolean enable)
public int setFirstSelectedByFilter(String prefix)
public int setNextSelectedByFilter(String prefix)
public void setLastLineSelected()
public int setSelectedByFilter(String prefix, int startSearchRow, int searchColumn)
public IJTable getTable()
Copyright © 2021 vpc open source initiative. All rights reserved.