|
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.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 |
|---|
ENTITYTYPE_AD_Reference_ID, WINDOWTYPE_AD_Reference_ID, WINDOWTYPE_Maintain, WINDOWTYPE_QueryOnly, WINDOWTYPE_SingleRecord, WINDOWTYPE_Transaction |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_Window |
|---|
accessLevel, COLUMNNAME_AD_Color_ID, COLUMNNAME_AD_Image_ID, COLUMNNAME_AD_Window_ID, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_Help, COLUMNNAME_IsBetaFunctionality, COLUMNNAME_IsDefault, COLUMNNAME_IsSOTrx, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_WindowType, COLUMNNAME_WinHeight, COLUMNNAME_WinWidth, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MWindow(Properties ctx,
int AD_Window_ID,
String trxName)
Standard Constructor |
|
MWindow(Properties ctx,
ResultSet rs,
String trxName)
Koad Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
MTab[] |
getTabs(boolean reload,
String trxName)
Get Fields |
static X_AD_WF_Node[] |
getWFNodes(Properties ctx,
String whereClause,
String trxName)
Get workflow nodes with where clause. |
static int |
getWindow_ID(String windowName)
get Window ID |
void |
setWindowSize(Dimension size)
Set Window Size |
| Methods inherited from class org.compiere.model.X_AD_Window |
|---|
get_AccessLevel, getAD_Color_ID, getAD_Color, getAD_Image_ID, getAD_Image, getAD_Window_ID, getDescription, getEntityType, getHelp, getKeyNamePair, getName, getWindowType, getWinHeight, getWinWidth, initPO, isBetaFunctionality, isDefault, isProcessing, isSOTrx, setAD_Color_ID, setAD_Image_ID, setAD_Window_ID, setDescription, setEntityType, setHelp, setIsBetaFunctionality, setIsDefault, setIsSOTrx, setName, setProcessing, setWindowType, setWinHeight, setWinWidth, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MWindow(Properties ctx,
int AD_Window_ID,
String trxName)
ctx - contextAD_Window_ID - trxName - transaction
public MWindow(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public void setWindowSize(Dimension size)
size - size
public MTab[] getTabs(boolean reload,
String trxName)
reload - reload datatrxName - transaction
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
public static X_AD_WF_Node[] getWFNodes(Properties ctx,
String whereClause,
String trxName)
ctx - contextwhereClause - where clause w/o the actual WHEREtrxName - transaction
public static int getWindow_ID(String windowName)
String - windowName
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||