|
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.Info
org.compiere.apps.search.InfoAssignment
public class InfoAssignment
View Assignments and optionally create Resource Assigments
| 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 |
|---|
| Fields inherited from class org.compiere.apps.search.Info |
|---|
addonPanel, INFO_WIDTH, log, p_keyColumn, p_layout, p_loadedOK, p_multiSelection, p_table, p_tableName, p_whereClause, p_WindowNo, parameterPanel, statusBar |
| 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 | |
|---|---|
InfoAssignment(Frame frame,
boolean modal,
int WindowNo,
String value,
boolean multiSelection,
String whereClause)
Constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Action Listner |
protected void |
customize()
Customize dialog To be overwritten by concrete classes |
protected String |
getSQLWhere()
Get dynamic WHERE part of SQL To be overwritten by concrete classes |
protected boolean |
hasCustomize()
Has Customize (false) To be overwritten by concrete classes |
protected boolean |
hasHistory()
Has History (false) To be overwritten by concrete classes |
protected boolean |
hasZoom()
Has Zoom (false) To be overwritten by concrete classes |
protected void |
saveSelectionDetail()
Save Selection Details To be overwritten by concrete classes |
protected void |
setParameters(PreparedStatement pstmt,
boolean forCount)
Set Parameters for Query To be overwritten by concrete classes |
protected void |
showHistory()
History dialog To be overwritten by concrete classes |
protected void |
zoom()
Zoom action To be overwritten by concrete classes |
| Methods inherited from class org.compiere.apps.search.Info |
|---|
create, dispose, dispose, doReset, enableButtons, executeQuery, getAD_Window_ID, getKeyColumn, getSelectedKey, getSelectedKeys, getSelectedRowKey, getSelectedRowKeys, getSelectedSQL, getTableName, hasReset, isCancelled, jbInit, loadedOK, mouseClicked, prepareTable, saveSelection, setStatusDB, setStatusLine, showAsset, showAssignment, showBPartner, showCashLine, showInOut, showInvoice, showOrder, showPayment, showProduct, valueChanged, zoom |
| Methods inherited from class org.compiere.swing.CDialog |
|---|
dialogInit, 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 |
| Constructor Detail |
|---|
public InfoAssignment(Frame frame,
boolean modal,
int WindowNo,
String value,
boolean multiSelection,
String whereClause)
frame - framemodal - modalWindowNo - WindowNovalue - Query value Name or Value if contains numbersmultiSelection - multiple selectionwhereClause - where clause| Method Detail |
|---|
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListeneractionPerformed in class Infoe - eventActionListener.actionPerformed(java.awt.event.ActionEvent)protected String getSQLWhere()
getSQLWhere in class Info
protected void setParameters(PreparedStatement pstmt,
boolean forCount)
throws SQLException
setParameters in class Infopstmt - pstmtforCount - for counting records
SQLExceptionprotected void showHistory()
showHistory in class Infoprotected boolean hasHistory()
hasHistory in class Infoprotected void customize()
customize in class Infoprotected boolean hasCustomize()
hasCustomize in class Infoprotected void zoom()
zoom in class Infoprotected boolean hasZoom()
hasZoom in class Infoprotected void saveSelectionDetail()
saveSelectionDetail in class Info
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||