public static interface ContributorsListItemPresenter.View extends org.uberfire.client.mvp.UberElemental<ContributorsListItemPresenter>, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
| Modifier and Type | Method and Description |
|---|---|
void |
editMode() |
String |
getContributorTypeNotAllowedMessage() |
String |
getDuplicatedContributorMessage() |
String |
getEmptyNameMessage() |
String |
getInvalidRoleMessage() |
String |
getName() |
String |
getRemoveSuccessMessage() |
org.guvnor.structure.contributors.ContributorType |
getRole() |
String |
getSaveSuccessMessage() |
String |
getSavingMessage() |
String |
getSingleOwnerIsMandatoryMessage() |
String |
getSpaceOwnerChangedMessage() |
String |
getTranslation(String key) |
void |
hideActions() |
void |
removeContributor() |
void |
setupAddMode() |
void |
setupViewMode(org.guvnor.structure.contributors.Contributor contributor) |
void |
showActions() |
void |
viewMode() |
void setupAddMode()
void setupViewMode(org.guvnor.structure.contributors.Contributor contributor)
void removeContributor()
void showActions()
void hideActions()
void viewMode()
void editMode()
String getName()
org.guvnor.structure.contributors.ContributorType getRole()
String getSavingMessage()
String getSaveSuccessMessage()
String getEmptyNameMessage()
String getInvalidRoleMessage()
String getRemoveSuccessMessage()
String getSpaceOwnerChangedMessage()
String getSingleOwnerIsMandatoryMessage()
String getDuplicatedContributorMessage()
String getContributorTypeNotAllowedMessage()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.