Interface ChangedFilesScreenPresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ChangedFilesScreenPresenter>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<ChangedFilesScreenPresenter>
- All Known Implementing Classes:
ChangedFilesScreenView
- Enclosing class:
- ChangedFilesScreenPresenter
public static interface ChangedFilesScreenPresenter.View extends org.uberfire.client.mvp.UberElemental<ChangedFilesScreenPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDiffItem(DiffItemPresenter.View item, Runnable draw)voidclearDiffList()voidresetAll()voidsetFilesSummary(String text)voidshowDiffList(boolean isVisible)
-
-
-
Method Detail
-
addDiffItem
void addDiffItem(DiffItemPresenter.View item, Runnable draw)
-
clearDiffList
void clearDiffList()
-
setFilesSummary
void setFilesSummary(String text)
-
resetAll
void resetAll()
-
showDiffList
void showDiffList(boolean isVisible)
-
-