@Dependent public class ProcessBreadCrumb extends Object implements com.google.gwt.user.client.ui.IsWidget
Modifier and Type | Class and Description |
---|---|
static interface |
ProcessBreadCrumb.View |
Constructor and Description |
---|
ProcessBreadCrumb() |
ProcessBreadCrumb(ProcessBreadCrumb.View view) |
Modifier and Type | Method and 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) |
public ProcessBreadCrumb()
@Inject public ProcessBreadCrumb(ProcessBreadCrumb.View view)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void setOnRootSelectedCommand(org.uberfire.mvp.Command onRootSelectedCommand)
public void gotoRoot()
public void setRootTitle(String text)
public void setProcessName(String name)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.