Package org.jbpm.designer.client.popup
Interface AssignmentListItemWidgetView
-
- All Superinterfaces:
org.jboss.errai.ui.client.widget.HasModel<AssignmentRow>
- All Known Implementing Classes:
AssignmentListItemWidgetViewImpl
public interface AssignmentListItemWidgetView extends org.jboss.errai.ui.client.widget.HasModel<AssignmentRow>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONSTANT_PROMPTstatic StringCUSTOM_PROMPTstatic StringENTER_CONSTANT_PROMPTstatic StringENTER_TYPE_PROMPT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConstant()StringgetCustomDataType()StringgetDataType()StringgetProcessVar()Variable.VariableTypegetVariableType()voidinit()booleanisDuplicateName(String name)voidsetAllowDuplicateNames(boolean allowDuplicateNames, String duplicateNameErrorMessage)voidsetConstant(String constant)voidsetCustomAssignmentsProperties(Map<String,List<String>> customAssignmentsProperties)voidsetCustomDataType(String customDataType)voidsetDataType(String dataType)voidsetDataTypes(ListBoxValues dataTypeListBoxValues)voidsetDisallowedNames(Set<String> disallowedNames, String disallowedNameErrorMessage)voidsetParentWidget(ActivityDataIOEditorWidget parentWidget)voidsetProcessVar(String processVar)voidsetProcessVariables(ListBoxValues processVarListBoxValues)voidsetShowConstants(boolean showConstants)
-
-
-
Method Detail
-
init
void init()
-
setParentWidget
void setParentWidget(ActivityDataIOEditorWidget parentWidget)
-
setDataTypes
void setDataTypes(ListBoxValues dataTypeListBoxValues)
-
setProcessVariables
void setProcessVariables(ListBoxValues processVarListBoxValues)
-
setShowConstants
void setShowConstants(boolean showConstants)
-
setDisallowedNames
void setDisallowedNames(Set<String> disallowedNames, String disallowedNameErrorMessage)
-
setCustomAssignmentsProperties
void setCustomAssignmentsProperties(Map<String,List<String>> customAssignmentsProperties)
-
setAllowDuplicateNames
void setAllowDuplicateNames(boolean allowDuplicateNames, String duplicateNameErrorMessage)
-
isDuplicateName
boolean isDuplicateName(String name)
-
getVariableType
Variable.VariableType getVariableType()
-
getDataType
String getDataType()
-
setDataType
void setDataType(String dataType)
-
getProcessVar
String getProcessVar()
-
setProcessVar
void setProcessVar(String processVar)
-
getCustomDataType
String getCustomDataType()
-
setCustomDataType
void setCustomDataType(String customDataType)
-
getConstant
String getConstant()
-
setConstant
void setConstant(String constant)
-
-