|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.compiere.swing.CDialog
org.compiere.apps.search.Find
public final class Find
Find/Search Records. Based on AD_Find for persistency, query is build to restrict info
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static int |
AD_REFERENCE_ID_YESNO
Reference ID for Yes/No |
CComboBox |
columns
Advanced Search Column |
static int |
FIELDLENGTH
Length of Fields on first tab |
static int |
INDEX_COLUMNNAME
Index ColumnName = 0 |
static int |
INDEX_OPERATOR
Index Operator = 1 |
static int |
INDEX_VALUE
Index Value = 2 |
static int |
INDEX_VALUE2
Index Value2 = 3 |
CComboBox |
operators
Advanced Search Operators |
static int |
TABNO
For Grid Controller |
| Fields inherited from class org.compiere.swing.CDialog |
|---|
ACTION_DISPOSE, s_dialogAction, s_disposeKeyStroke |
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
Find(Frame owner,
int targetWindowNo,
String title,
int AD_Tab_ID,
int AD_Table_ID,
String tableName,
String whereExtended,
GridField[] findFields,
int minRecords)
Find Constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Action Listener |
void |
dataStatusChanged(DataStatusEvent e)
Grid Status Changed. |
void |
dispose()
Dispose window |
MQuery |
getQuery()
Get Query - Retrieve result |
GridField |
getTargetMField(String columnName)
Get Target MField |
int |
getTotalRecords()
Get Total Records |
void |
stateChanged(ChangeEvent e)
Change Listener (tab change) |
| Methods inherited from class org.compiere.swing.CDialog |
|---|
dialogInit, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setTitle |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setUndecorated, setVisible, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TABNO
public static final int FIELDLENGTH
public static final int AD_REFERENCE_ID_YESNO
public static final int INDEX_COLUMNNAME
public static final int INDEX_OPERATOR
public static final int INDEX_VALUE
public static final int INDEX_VALUE2
public CComboBox columns
public CComboBox operators
| Constructor Detail |
|---|
public Find(Frame owner,
int targetWindowNo,
String title,
int AD_Tab_ID,
int AD_Table_ID,
String tableName,
String whereExtended,
GridField[] findFields,
int minRecords)
owner - Frame Dialog OnwertargetWindowNo - WindowNo of target windowtitle - AD_Table_ID - tableName - whereExtended - findFields - minRecords - number of minimum records| Method Detail |
|---|
public void dispose()
dispose in class Windowpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListeneractionPerformed in class CDialoge - ActionEventActionListener.actionPerformed(java.awt.event.ActionEvent)public void stateChanged(ChangeEvent e)
stateChanged in interface ChangeListenere - ChangeEbentpublic MQuery getQuery()
public int getTotalRecords()
public void dataStatusChanged(DataStatusEvent e)
dataStatusChanged in interface DataStatusListenere - DataStatueEventpublic GridField getTargetMField(String columnName)
columnName - column name
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||