Uses of Class
org.compiere.model.MDashboardContent
-
Packages that use MDashboardContent Package Description org.adempiere.webui org.adempiere.webui.desktop org.adempiere.webui.factory org.adempiere.webui.window org.compiere.model Provides for.... -
-
Uses of MDashboardContent in org.adempiere.webui
Methods in org.adempiere.webui with parameters of type MDashboardContent Modifier and Type Method Description static org.zkoss.zk.ui.Component
Extensions. getDashboardGadget(String url, org.zkoss.zk.ui.Component parent, MDashboardContent dc)
-
Uses of MDashboardContent in org.adempiere.webui.desktop
Methods in org.adempiere.webui.desktop with parameters of type MDashboardContent Modifier and Type Method Description boolean
DashboardController. render(org.zkoss.zk.ui.Component content, MDashboardContent dc, DashboardRunnable dashboardRunnable)
-
Uses of MDashboardContent in org.adempiere.webui.factory
Methods in org.adempiere.webui.factory with parameters of type MDashboardContent Modifier and Type Method Description default org.zkoss.zk.ui.Component
IDashboardGadgetFactory. getGadget(String url, org.zkoss.zk.ui.Component parent, MDashboardContent dc)
-
Uses of MDashboardContent in org.adempiere.webui.window
Fields in org.adempiere.webui.window with type parameters of type MDashboardContent Modifier and Type Field Description protected ArrayList<MDashboardContent>
WGadgets. noItems
protected ArrayList<MDashboardContent>
WGadgets. yesItems
-
Uses of MDashboardContent in org.compiere.model
Methods in org.compiere.model that return MDashboardContent Modifier and Type Method Description static MDashboardContent[]
MDashboardContentAccess. get(Properties ctx, int AD_Role, int AD_User, String trxname)
static MDashboardContent[]
MDashboardContent. getForSession(boolean isShowInDashboard, int AD_User_ID, int AD_Role_ID)
static MDashboardContent[]
MDashboardContent. getForSession(int AD_User_ID, int AD_Role_ID)
static MDashboardContent[]
MDashboardContent. getForUserList(int AD_User_ID, int AD_Role_ID)
-