Uses of Class
org.dashbuilder.client.dashboard.DashboardPerspectiveActivity
-
Packages that use DashboardPerspectiveActivity Package Description org.dashbuilder.client.dashboard -
-
Uses of DashboardPerspectiveActivity in org.dashbuilder.client.dashboard
Methods in org.dashbuilder.client.dashboard that return DashboardPerspectiveActivity Modifier and Type Method Description DashboardPerspectiveActivityDashboardManager. getDashboardById(String id)Deprecated.DashboardPerspectiveActivityDashboardManager. getDashboardByName(String name)Deprecated.protected DashboardPerspectiveActivityDashboardManager. registerPerspective(String id)Deprecated.Methods in org.dashbuilder.client.dashboard that return types with arguments of type DashboardPerspectiveActivity Modifier and Type Method Description Set<DashboardPerspectiveActivity>DashboardManager. getDashboards()Deprecated.Method parameters in org.dashbuilder.client.dashboard with type arguments of type DashboardPerspectiveActivity Modifier and Type Method Description voidDashboardManager. loadDashboards(org.uberfire.mvp.ParameterizedCommand<Set<DashboardPerspectiveActivity>> callback)Deprecated.
-