Class CaseRoleItemView
- java.lang.Object
-
- org.jbpm.workbench.cm.client.util.AbstractView<CaseRolesPresenter>
-
- org.jbpm.workbench.cm.client.roles.CaseRoleItemView
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.HasPresenter<CaseRolesPresenter>,org.uberfire.client.mvp.UberElement<CaseRolesPresenter>
@Dependent @Templated public class CaseRoleItemView extends AbstractView<CaseRolesPresenter> implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>, org.jboss.errai.common.client.api.IsElement
-
-
Field Summary
Fields Modifier and Type Field Description static StringGROUP_LINE_IDprotected org.jboss.errai.ui.client.local.spi.TranslationServicetranslationServicestatic StringUSERS_LINE_ID-
Fields inherited from class org.jbpm.workbench.cm.client.util.AbstractView
presenter
-
-
Constructor Summary
Constructors Constructor Description CaseRoleItemView()
-
Method Summary
-
Methods inherited from class org.jbpm.workbench.cm.client.util.AbstractView
init, tooltip
-
-
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
getValue
public org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>
-
setValue
public void setValue(org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary model)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>
-
displayOwnerActions
public void displayOwnerActions()
-
displayEnabledAction
public void displayEnabledAction(CaseRolesPresenter.CaseRoleAction action)
-
displayDisabledAction
public void displayDisabledAction(CaseRolesPresenter.CaseRoleAction action)
-
displayOwnerAssignment
public void displayOwnerAssignment()
-
hideGroupAssignments
public void hideGroupAssignments()
-
hideUserAssignments
public void hideUserAssignments()
-
displayUnassigned
public void displayUnassigned()
-
displayAssignmentsList
public void displayAssignmentsList(String listId, int listWidth, List<CaseRolesPresenter.CaseAssignmentItem> assignmentsList)
-
showEditRoleAssignmentDialog
public void showEditRoleAssignmentDialog()
-
showErrorState
public void showErrorState()
-
hideEditRoleAssignmentDialog
public void hideEditRoleAssignmentDialog()
-
showRemoveAllAssignmentsPopup
public void showRemoveAllAssignmentsPopup()
-
showRemoveUserAssignmentPopup
public void showRemoveUserAssignmentPopup(String user)
-
showRemoveGroupAssignmentPopup
public void showRemoveGroupAssignmentPopup(String group)
-
setLastElementStyle
public void setLastElementStyle()
-
onCaseRoleAssignmentListOpenEvent
public void onCaseRoleAssignmentListOpenEvent(@Observes CaseRoleAssignmentListOpenEvent event)
-
onCaseRoleAssignmentListLoadEvent
public void onCaseRoleAssignmentListLoadEvent(@Observes CaseRoleAssignmentListLoadEvent event)
-
-