@ApplicationScoped public class AnalysisReportScreen extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
Constructor and Description |
---|
AnalysisReportScreen() |
AnalysisReportScreen(AnalysisReportScreenView view,
org.uberfire.client.mvp.PlaceManager placeManager,
javax.enterprise.event.Event<IssueSelectedEvent> issueSelectedEvent) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
org.uberfire.workbench.model.Position |
getDefaultPosition() |
String |
getTitle() |
void |
onClose() |
void |
onSelect(Issue issue) |
void |
setCurrentPlace(org.uberfire.mvp.PlaceRequest place) |
void |
showReport(AnalysisReport report) |
void |
showStatus(Status status) |
public static final String IDENTIFIER
public AnalysisReportScreen()
@Inject public AnalysisReportScreen(AnalysisReportScreenView view, org.uberfire.client.mvp.PlaceManager placeManager, javax.enterprise.event.Event<IssueSelectedEvent> issueSelectedEvent)
public void onClose()
public void showReport(AnalysisReport report)
public void setCurrentPlace(org.uberfire.mvp.PlaceRequest place)
public org.uberfire.workbench.model.Position getDefaultPosition()
public String getTitle()
public com.google.gwt.user.client.ui.Widget asWidget()
public void onSelect(Issue issue)
public void showStatus(Status status)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.