|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_Window
org.compiere.model.MWindow
public class MWindow
Window Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_Window |
|---|
accessLevel, ENTITYTYPE_AD_Reference_ID, Model, Table_ID, Table_Name, updatedMS, WINDOWTYPE_AD_Reference_ID, WINDOWTYPE_Maintain, WINDOWTYPE_QueryOnly, WINDOWTYPE_SingleRecord, WINDOWTYPE_Transaction |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MWindow(Ctx ctx,
int AD_Window_ID,
String trxName)
Standard Constructor |
|
MWindow(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
static MWindow |
get(Ctx ctx,
int AD_Window_ID)
Get MWindow from Cache |
MTab |
getTab(int AD_Tab_ID)
Get Tab with ID |
MTab[] |
getTabs(boolean reload,
String trxName)
Get Fields |
static X_AD_WF_Node[] |
getWFNodes(Ctx ctx,
String whereClause)
Get workflow nodes with where clause. |
void |
setWindowSize(Dimension size)
Set Window Size |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_Window |
|---|
get_AccessLevel, getAD_Color_ID, getAD_CtxArea_ID, getAD_Image_ID, getAD_Window_ID, getDescription, getEntityType, getHelp, getKeyNamePair, getName, getWindowType, getWinHeight, getWinWidth, initPO, isBetaFunctionality, isCustomDefault, isDefault, isProcessing, isWindowTypeValid, setAD_Color_ID, setAD_CtxArea_ID, setAD_Image_ID, setAD_Window_ID, setDescription, setEntityType, setHelp, setIsBetaFunctionality, setIsCustomDefault, setIsDefault, setName, setProcessing, setWindowType, setWinHeight, setWinWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MWindow(Ctx ctx,
int AD_Window_ID,
String trxName)
ctx - contextAD_Window_ID - trxName - transaction
public MWindow(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MWindow get(Ctx ctx,
int AD_Window_ID)
ctx - contextAD_Window_ID - id
public static X_AD_WF_Node[] getWFNodes(Ctx ctx,
String whereClause)
ctx - contextwhereClause - where clause w/o the actual WHERE
public void setWindowSize(Dimension size)
size - size
public MTab[] getTabs(boolean reload,
String trxName)
reload - reload datatrxName - transaction
public MTab getTab(int AD_Tab_ID)
AD_Tab_ID - id
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
public String toString()
toString in class X_AD_Window
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||