Uses of Class
org.netxms.client.dashboards.DashboardElement
-
Packages that use DashboardElement Package Description org.netxms.client org.netxms.client.dashboards org.netxms.client.objects -
-
Uses of DashboardElement in org.netxms.client
Methods in org.netxms.client that return types with arguments of type DashboardElement Modifier and Type Method Description Collection<DashboardElement>NXCObjectModificationData. getDashboardElements()Method parameters in org.netxms.client with type arguments of type DashboardElement Modifier and Type Method Description voidNXCObjectModificationData. setDashboardElements(Collection<DashboardElement> dashboardElements) -
Uses of DashboardElement in org.netxms.client.dashboards
Constructors in org.netxms.client.dashboards with parameters of type DashboardElement Constructor Description DashboardElement(DashboardElement src)Copy constructor -
Uses of DashboardElement in org.netxms.client.objects
Methods in org.netxms.client.objects that return types with arguments of type DashboardElement Modifier and Type Method Description List<DashboardElement>Dashboard. getElements()
-