Class RoleAssignmentViewImpl
- java.lang.Object
-
- org.jbpm.workbench.cm.client.newcase.RoleAssignmentViewImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>,org.jboss.errai.common.client.api.IsElement
@Dependent @Templated public class RoleAssignmentViewImpl extends Object implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>, org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description RoleAssignmentViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()org.jbpm.workbench.cm.model.CaseRoleAssignmentSummarygetValue()voidsetValue(org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary model)
-
-
-
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>
-
-