|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.coderazzi.filters.gui.FilterSettings
public class FilterSettings
Class to define some common settings to the TableFilter library. It is just a sugar replacement to using directly system properties (which could be not available, anyway)
Field Summary | |
---|---|
static boolean |
autoOptions
Whether to automatically fill with content the editor field's options |
static boolean |
autoSelection
Set to true to perform automatically the selection of a row that is uniquely identified by the existing filter. |
static String |
dateFormat
The default date format, used on the default text parser |
static String |
defaultOperator
The default operator used on the text parser |
static Class<? extends IFilterTextParser> |
filterTextParserClass
The class to handle the text parsing by default. |
static TableFilterHeader.Position |
headerPosition
The header position, TableFilterHeader.Position.INLINE by default. |
static boolean |
ignoreCase
Whether to ignore case or not. |
static int |
maxPopupHistory
The maximum size of the history when no options are present |
static int |
maxVisiblePopupRows
The maximum number of visible tows on the popup menus |
Constructor Summary | |
---|---|
FilterSettings()
|
Method Summary | |
---|---|
static IFilterTextParser |
newTextParser()
Creates a TextParser as defined by default |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean autoSelection
public static boolean autoOptions
public static boolean ignoreCase
public static TableFilterHeader.Position headerPosition
TableFilterHeader.Position.INLINE
by default.
public static String dateFormat
public static String defaultOperator
public static int maxVisiblePopupRows
public static int maxPopupHistory
public static Class<? extends IFilterTextParser> filterTextParserClass
Constructor Detail |
---|
public FilterSettings()
Method Detail |
---|
public static IFilterTextParser newTextParser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |