@Dependent @Templated public class CaseRoleItemView extends AbstractView<CaseRolesPresenter> implements com.google.gwt.user.client.TakesValue<CaseRoleAssignmentSummary>, org.jboss.errai.common.client.api.IsElement
| Modifier and Type | Field and Description |
|---|---|
static String |
GROUP_LINE_ID |
protected org.jboss.errai.ui.client.local.spi.TranslationService |
translationService |
static String |
USERS_LINE_ID |
presenter| Constructor and Description |
|---|
CaseRoleItemView() |
init, tooltippublic static String USERS_LINE_ID
public static String GROUP_LINE_ID
@Inject protected org.jboss.errai.ui.client.local.spi.TranslationService translationService
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic CaseRoleAssignmentSummary getValue()
getValue in interface com.google.gwt.user.client.TakesValue<CaseRoleAssignmentSummary>public void setValue(CaseRoleAssignmentSummary model)
setValue in interface com.google.gwt.user.client.TakesValue<CaseRoleAssignmentSummary>public void displayOwnerActions()
public void displayEnabledAction(CaseRolesPresenter.CaseRoleAction action)
public void displayDisabledAction(CaseRolesPresenter.CaseRoleAction action)
public void displayOwnerAssignment()
public void hideGroupAssignments()
public void hideUserAssignments()
public void displayUnassigned()
public void displayAssignmentsList(String listId, int listWidth, List<CaseRolesPresenter.CaseAssignmentItem> assignmentsList)
public void showEditRoleAssignmentDialog()
public void showErrorState()
public void hideEditRoleAssignmentDialog()
public void showRemoveAllAssignmentsPopup()
public void showRemoveUserAssignmentPopup(String user)
public void showRemoveGroupAssignmentPopup(String group)
public void setLastElementStyle()
public void onCaseRoleAssignmentListOpenEvent(@Observes
CaseRoleAssignmentListOpenEvent event)
public void onCaseRoleAssignmentListLoadEvent(@Observes
CaseRoleAssignmentListLoadEvent event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.