Class ProcessBreadCrumb
- java.lang.Object
-
- org.jbpm.dashboard.renderer.client.panel.widgets.ProcessBreadCrumb
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class ProcessBreadCrumb extends Object implements com.google.gwt.user.client.ui.IsWidget
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ProcessBreadCrumb.View
-
Constructor Summary
Constructors Constructor Description ProcessBreadCrumb()
ProcessBreadCrumb(ProcessBreadCrumb.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.Widget
asWidget()
void
gotoRoot()
void
setOnRootSelectedCommand(org.uberfire.mvp.Command onRootSelectedCommand)
void
setProcessName(String name)
void
setRootTitle(String text)
-
-
-
Constructor Detail
-
ProcessBreadCrumb
public ProcessBreadCrumb()
-
ProcessBreadCrumb
@Inject public ProcessBreadCrumb(ProcessBreadCrumb.View view)
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidget
in interfacecom.google.gwt.user.client.ui.IsWidget
-
setOnRootSelectedCommand
public void setOnRootSelectedCommand(org.uberfire.mvp.Command onRootSelectedCommand)
-
gotoRoot
public void gotoRoot()
-
setRootTitle
public void setRootTitle(String text)
-
setProcessName
public void setProcessName(String name)
-
-