Uses of Interface
org.jbpm.dashboard.renderer.client.panel.AbstractDashboard.View
-
Packages that use AbstractDashboard.View Package Description org.jbpm.dashboard.renderer.client.panel -
-
Uses of AbstractDashboard.View in org.jbpm.dashboard.renderer.client.panel
Subinterfaces of AbstractDashboard.View in org.jbpm.dashboard.renderer.client.panel Modifier and Type Interface Description static interface
ProcessDashboard.View
static interface
TaskDashboard.View
Classes in org.jbpm.dashboard.renderer.client.panel that implement AbstractDashboard.View Modifier and Type Class Description class
ProcessDashboardView
class
TaskDashboardView
Methods in org.jbpm.dashboard.renderer.client.panel that return AbstractDashboard.View Modifier and Type Method Description abstract AbstractDashboard.View
AbstractDashboard. getView()
AbstractDashboard.View
ProcessDashboard. getView()
AbstractDashboard.View
TaskDashboard. getView()
-