Uses of Class
org.jbpm.designer.client.util.ListBoxValues
-
Packages that use ListBoxValues Package Description org.jbpm.designer.client.popup org.jbpm.designer.client.util -
-
Uses of ListBoxValues in org.jbpm.designer.client.popup
Fields in org.jbpm.designer.client.popup declared as ListBoxValues Modifier and Type Field Description protected ListBoxValuesAssignmentListItemWidgetViewImpl. processVarListBoxValuesMethods in org.jbpm.designer.client.popup with parameters of type ListBoxValues Modifier and Type Method Description voidActivityDataIOEditorWidget. setDataTypes(ListBoxValues dataTypeListBoxValues)voidAssignmentListItemWidgetView. setDataTypes(ListBoxValues dataTypeListBoxValues)voidAssignmentListItemWidgetViewImpl. setDataTypes(ListBoxValues dataTypeListBoxValues)voidActivityDataIOEditorWidget. setProcessVariables(ListBoxValues processVarListBoxValues)voidAssignmentListItemWidgetView. setProcessVariables(ListBoxValues processVarListBoxValues)voidAssignmentListItemWidgetViewImpl. setProcessVariables(ListBoxValues processVarListBoxValues) -
Uses of ListBoxValues in org.jbpm.designer.client.util
Fields in org.jbpm.designer.client.util declared as ListBoxValues Modifier and Type Field Description protected ListBoxValuesComboBox. listBoxValuesMethods in org.jbpm.designer.client.util that return ListBoxValues Modifier and Type Method Description ListBoxValuesComboBox. getListBoxValues()ListBoxValuesComboBoxView.ComboBoxPresenter. getListBoxValues()Methods in org.jbpm.designer.client.util with parameters of type ListBoxValues Modifier and Type Method Description voidComboBox. setListBoxValues(ListBoxValues listBoxValues)voidComboBoxView.ComboBoxPresenter. setListBoxValues(ListBoxValues listBoxValues)Constructors in org.jbpm.designer.client.util with parameters of type ListBoxValues Constructor Description ListBoxValues(ListBoxValues copy, boolean copyCustomValues)
-