public static interface LibraryScreen.View extends org.uberfire.client.mvp.UberElement<LibraryScreen>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isContributorsTabActive() |
boolean |
isMetricsTabActive() |
boolean |
isProjectsTabActive() |
boolean |
isSettingsTabActive() |
void |
setContributorsCount(int count) |
void |
setDescription(String description) |
void |
setProjectsCount(int count) |
void |
setTitle(String title) |
void |
showSettingsTab(boolean isVisible) |
void |
updateContent(org.jboss.errai.common.client.dom.HTMLElement content) |
void setTitle(String title)
void setDescription(String description)
void setProjectsCount(int count)
void setContributorsCount(int count)
void updateContent(org.jboss.errai.common.client.dom.HTMLElement content)
boolean isProjectsTabActive()
boolean isContributorsTabActive()
boolean isMetricsTabActive()
boolean isSettingsTabActive()
void showSettingsTab(boolean isVisible)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.