public class BodyPageMng extends Object
Constructor and Description |
---|
BodyPageMng(GcubeReleasesAppController buildReportRootPanel)
Instantiates a new body page mng.
|
Modifier and Type | Method and Description |
---|---|
void |
bodyReset()
Body reset.
|
BodyPage |
getBody()
Gets the body.
|
void |
setLoading(boolean b,
String label)
Sets the loading.
|
void |
showError(String txt)
Show error.
|
void |
showInfo(String txt)
Show info.
|
void |
updateBodyView(Release releaseDisplayed,
LinkedHashMap<String,Long> result)
Update body view.
|
public BodyPageMng(GcubeReleasesAppController buildReportRootPanel)
buildReportRootPanel
- the build report root panelpublic BodyPage getBody()
public void updateBodyView(Release releaseDisplayed, LinkedHashMap<String,Long> result)
releaseDisplayed
- the release displayedresult
- the resultpublic void bodyReset()
public void showError(String txt)
txt
- the txtpublic void showInfo(String txt)
txt
- the txtpublic void setLoading(boolean b, String label)
b
- the blabel
- the labelCopyright © 2016. All Rights Reserved.