Interface LibraryScreen.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<LibraryScreen>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<LibraryScreen>
- All Known Implementing Classes:
LibraryView
- Enclosing class:
- LibraryScreen
public static interface LibraryScreen.View extends org.uberfire.client.mvp.UberElement<LibraryScreen>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisContributorsTabActive()booleanisMetricsTabActive()booleanisProjectsTabActive()booleanisSettingsTabActive()voidsetContributorsCount(int count)voidsetDescription(String description)voidsetProjectsCount(int count)voidsetTitle(String title)voidshowSettingsTab(boolean isVisible)voidupdateContent(org.jboss.errai.common.client.dom.HTMLElement content)
-
-
-
Method Detail
-
setTitle
void setTitle(String title)
-
setDescription
void setDescription(String description)
-
setProjectsCount
void setProjectsCount(int count)
-
setContributorsCount
void setContributorsCount(int count)
-
updateContent
void updateContent(org.jboss.errai.common.client.dom.HTMLElement content)
-
isProjectsTabActive
boolean isProjectsTabActive()
-
isContributorsTabActive
boolean isContributorsTabActive()
-
isMetricsTabActive
boolean isMetricsTabActive()
-
isSettingsTabActive
boolean isSettingsTabActive()
-
showSettingsTab
void showSettingsTab(boolean isVisible)
-
-