public class GetSearchCriteria extends InputObject implements DatabaseTypes
| Modifier and Type | Field and Description |
|---|---|
boolean |
_filter |
fields, inputLengthBOOLEAN, BYTE_ARRAY, CREATED_FIELD, DATE, DATE_TIME, DECIMAL, DOUBLE, FIRST_SPECIAL_FIELD, FLAG_SYNCHRONIZED, FLAGS_FIELD, INTEGER, JAVA_OBJECT, LONG, MAX_ID, MODIFIED_BY_FIELD, MODIFIED_FIELD, NAME_FIELD, OBJECT_BYTES_FIELD, OBJECT_TEXT_FIELD, OID_FIELD, OPTION_ERROR_ON_NEED_REINDEX, PLAIN_DATE, PLAIN_TIME, reservedFieldHeaders, reservedFieldIDs, reservedFieldNames, reservedFieldTypes, SORT_DATE_ONLY, SORT_IGNORE_CASE, SORT_TIME_ONLY, SORT_UNKNOWN_IS_GREATER_THAN_KNOWN, SORT_UNKNOWN_IS_LESS_THAN_KNOWN, STRING, TIME, TIMESTAMP| Constructor and Description |
|---|
GetSearchCriteria(Database db) |
GetSearchCriteria(Database db,
int sortID) |
GetSearchCriteria(Database db,
int[] criteria) |
GetSearchCriteria(FoundEntries fe) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addingField(String name,
int type) |
EntrySelector |
input(Frame parent,
String title) |
EntrySelector |
input(String title) |
protected void |
setupInputStack(EditorStack is,
Editor ed)
You can override this to add your own custom fields and controls.
|
addToPanel, getProperties, input, isValid, makeNewEditor, showErrorMessageaction, action, addMeToPanel, addObjectToPanel, editorCanExit, enableEditorScrolling, fieldChanged, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, getName, input, isNamed, liveMain, main, menuItemSelected, prepareMainPanel, runAsApp, setToEditor, willBeSetToEditorgetParentObject, getParentObject, setParentObjectdecode, decoded, decoded, decodeFields, decodeFields, encode, encoded, encoded, encodeFields, encodeFields, textDecode, textEncode_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNewclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTotextDecode, textEncodepublic GetSearchCriteria(Database db)
public GetSearchCriteria(Database db, int sortID)
public GetSearchCriteria(Database db, int[] criteria)
public GetSearchCriteria(FoundEntries fe)
protected void addingField(String name, int type)
protected void setupInputStack(EditorStack is, Editor ed)
InputObjectsetupInputStack in class InputObjectpublic EntrySelector input(Frame parent, String title)
public EntrySelector input(String title)