Uses of Class
org.compiere.model.MUserDefTab
-
Packages that use MUserDefTab Package Description org.compiere.model Provides for.... -
-
Uses of MUserDefTab in org.compiere.model
Methods in org.compiere.model that return MUserDefTab Modifier and Type Method Description static MUserDefTab
MUserDefTab. get(Properties ctx, int AD_Tab_ID, int AD_Window_ID)
Get matching MUserDefTab related to current tab and windowstatic MUserDefTab
MUserDefTab. getMatch(Properties ctx, int AD_Tab_ID, int AD_UserDefWin_ID)
Get matching MUserDefTab related to current tab and user definition for windowConstructors in org.compiere.model with parameters of type MUserDefTab Constructor Description MUserDefTab(Properties ctx, MUserDefTab copy)
MUserDefTab(Properties ctx, MUserDefTab copy, String trxName)
MUserDefTab(MUserDefTab copy)
-