|
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
javax.swing.JComponent
javax.swing.JPanel
org.compiere.swing.CPanel
org.eevolution.form.VMRPDetailed
public class VMRPDetailed
VMRPDetailed
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| 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 | |
|---|---|
protected String |
p_keyColumn
Key Column Name |
protected Info_Column[] |
p_layout
Layout of Grid |
protected boolean |
p_loadedOK
Loading success indicator |
protected boolean |
p_multiSelection
Enable more than one selection |
protected MiniTable |
p_table
Table |
protected String |
p_whereClause
Initial WHERE Clause |
protected int |
p_WindowNo
Master (owning) Window |
protected CPanel |
parameterPanel
|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
VMRPDetailed()
Creates new form VMRPDetailed |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
|
void |
dispose()
Dispose - Free Resources |
void |
executeASync(ProcessInfo processInfo)
Method to be executed async. |
protected Integer |
getSelectedRowKey()
Get the key of currently selected row |
void |
init(int WindowNo,
FormFrame frame)
Initialize Panel |
boolean |
isUILocked()
Is the UI locked (Internal method) |
protected void |
jbInit()
Static Init |
void |
lockUI(ProcessInfo processInfo)
Lock User Interface. |
protected void |
prepareTable(Info_Column[] layout,
String from,
String staticWhere,
String orderBy)
Prepare Table, Construct SQL (m_m_sqlMain, m_sqlAdd) and size Window |
void |
stateChanged(ChangeEvent e)
|
void |
tableChanged(TableModelEvent e)
|
void |
unlockUI(ProcessInfo processInfo)
Unlock User Interface. |
void |
valueChanged(ListSelectionEvent e)
|
void |
vetoableChange(PropertyChangeEvent evt)
|
| Methods inherited from class org.compiere.swing.CPanel |
|---|
getBackgroundColor, getTabLevel, setBackground, setBackgroundColor, setTabLevel, toString |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int p_WindowNo
protected String p_keyColumn
protected boolean p_multiSelection
protected String p_whereClause
protected MiniTable p_table
protected Info_Column[] p_layout
protected boolean p_loadedOK
protected CPanel parameterPanel
| Constructor Detail |
|---|
public VMRPDetailed()
| Method Detail |
|---|
public void init(int WindowNo,
FormFrame frame)
init in interface FormPanelWindowNo - windowframe - frame
protected void jbInit()
throws Exception
Exceptionpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void dispose()
FormPanel
dispose in interface FormPanelpublic void executeASync(ProcessInfo processInfo)
ASyncProcess
executeASync in interface ASyncProcessprocessInfo - ProcessInfopublic boolean isUILocked()
ASyncProcess
isUILocked in interface ASyncProcesspublic void lockUI(ProcessInfo processInfo)
ASyncProcess
lockUI in interface ASyncProcessprocessInfo - process infopublic void stateChanged(ChangeEvent e)
stateChanged in interface ChangeListenerpublic void tableChanged(TableModelEvent e)
tableChanged in interface TableModelListenerpublic void unlockUI(ProcessInfo processInfo)
ASyncProcess
unlockUI in interface ASyncProcessprocessInfo - result of execute ASync callpublic void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListener
public void vetoableChange(PropertyChangeEvent evt)
throws PropertyVetoException
vetoableChange in interface VetoableChangeListenerPropertyVetoException
protected void prepareTable(Info_Column[] layout,
String from,
String staticWhere,
String orderBy)
layout - layout arrayfrom - from clausestaticWhere - where clauseorderBy - order by clauseprotected Integer getSelectedRowKey()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||