|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.GridWindow
public class GridWindow
Window Model
| Constructor Summary | |
|---|---|
GridWindow(GridWindowVO vo)
Constructor |
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose |
static GridWindow |
get(Properties ctx,
int WindowNo,
int AD_Window_ID)
Get Grid Window |
int |
getAD_Window_ID()
Get Window_ID |
CompiereColor |
getColor()
Get Color |
String |
getDescription()
Get Description |
String |
getHelp()
Get Help |
WebDoc |
getHelpDoc(boolean javaClient)
Get Help HTML Document |
Icon |
getIcon()
Get Window Icon |
Image |
getImage()
Get Window Icon |
Timestamp |
getModelUpdated(boolean recalc)
Get Model last Updated |
String |
getName()
Get Name |
GridTab |
getTab(int i)
Get i-th MTab - null if not valid |
int |
getTabCount()
Get number of Tabs |
int |
getTabIndex(GridTab tab)
|
int |
getWindowNo()
Get WindowNo |
Dimension |
getWindowSize()
Get Window Size |
String |
getWindowType()
Get Window Type |
void |
initTab(int index)
Initialise tab |
boolean |
isSOTrx()
SO Trx Window |
boolean |
isTabInitialized(int index)
Is tab initialize |
boolean |
isTransaction()
Is Transaction Window |
void |
loadCompete()
Load is complete. |
void |
query()
Open and query first Tab (events should be enabled) and get first row. |
String |
toString()
To String |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridWindow(GridWindowVO vo)
vo - value object| Method Detail |
|---|
public static GridWindow get(Properties ctx,
int WindowNo,
int AD_Window_ID)
ctx - contextWindowNo - window no for ctxAD_Window_ID - window id
public void dispose()
public void loadCompete()
public boolean isTabInitialized(int index)
index -
public void initTab(int index)
index - public Image getImage()
public Icon getIcon()
public CompiereColor getColor()
public boolean isSOTrx()
public void query()
public int getTabCount()
public GridTab getTab(int i)
i - index
public int getTabIndex(GridTab tab)
public int getAD_Window_ID()
public int getWindowNo()
public String getName()
public String getDescription()
public String getHelp()
public String getWindowType()
public boolean isTransaction()
public Dimension getWindowSize()
public String toString()
toString in class Objectpublic WebDoc getHelpDoc(boolean javaClient)
javaClient - true if java client false for browser
public Timestamp getModelUpdated(boolean recalc)
recalc - recalculate again
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||