Class ChangedFilesScreenView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.project.changerequest.review.tab.changedfiles.ChangedFilesScreenView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,ChangedFilesScreenPresenter.View,org.uberfire.client.mvp.HasPresenter<ChangedFilesScreenPresenter>,org.uberfire.client.mvp.UberElemental<ChangedFilesScreenPresenter>
@Templated public class ChangedFilesScreenView extends Object implements ChangedFilesScreenPresenter.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Constructor Summary
Constructors Constructor Description ChangedFilesScreenView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDiffItem(DiffItemPresenter.View item, Runnable draw)voidclearDiffList()voidinit(ChangedFilesScreenPresenter presenter)voidresetAll()voidsetFilesSummary(String filesSummary)voidshowDiffList(boolean isVisible)
-
-
-
Method Detail
-
init
public void init(ChangedFilesScreenPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ChangedFilesScreenPresenter>
-
addDiffItem
public void addDiffItem(DiffItemPresenter.View item, Runnable draw)
- Specified by:
addDiffItemin interfaceChangedFilesScreenPresenter.View
-
clearDiffList
public void clearDiffList()
- Specified by:
clearDiffListin interfaceChangedFilesScreenPresenter.View
-
setFilesSummary
public void setFilesSummary(String filesSummary)
- Specified by:
setFilesSummaryin interfaceChangedFilesScreenPresenter.View
-
resetAll
public void resetAll()
- Specified by:
resetAllin interfaceChangedFilesScreenPresenter.View
-
showDiffList
public void showDiffList(boolean isVisible)
- Specified by:
showDiffListin interfaceChangedFilesScreenPresenter.View
-
-