|
Compiere 3.1 | |||||||||
| 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 |
FIELDLENGTH
Length of Fields on first tab |
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 |
dispose()
Dispose window |
int |
getCurrentDays()
Get selected number of days |
boolean |
getIsCreated()
Get created or updated |
Query |
getQuery()
Get Query - Retrieve result |
int |
getTotalRecords()
Get Total Records |
void |
stateChanged(ChangeEvent e)
Change Listener (Tab change) |
void |
valueChanged(ListSelectionEvent e)
Value Changed - Advanced Table selection changed |
| 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
| 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 OwnertargetWindowNo - 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 void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenere - eventpublic Query getQuery()
public int getTotalRecords()
public int getCurrentDays()
public boolean getIsCreated()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||