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 ListBoxValues
AssignmentListItemWidgetViewImpl. processVarListBoxValues
Methods in org.jbpm.designer.client.popup with parameters of type ListBoxValues Modifier and Type Method Description void
ActivityDataIOEditorWidget. setDataTypes(ListBoxValues dataTypeListBoxValues)
void
AssignmentListItemWidgetView. setDataTypes(ListBoxValues dataTypeListBoxValues)
void
AssignmentListItemWidgetViewImpl. setDataTypes(ListBoxValues dataTypeListBoxValues)
void
ActivityDataIOEditorWidget. setProcessVariables(ListBoxValues processVarListBoxValues)
void
AssignmentListItemWidgetView. setProcessVariables(ListBoxValues processVarListBoxValues)
void
AssignmentListItemWidgetViewImpl. 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 ListBoxValues
ComboBox. listBoxValues
Methods in org.jbpm.designer.client.util that return ListBoxValues Modifier and Type Method Description ListBoxValues
ComboBox. getListBoxValues()
ListBoxValues
ComboBoxView.ComboBoxPresenter. getListBoxValues()
Methods in org.jbpm.designer.client.util with parameters of type ListBoxValues Modifier and Type Method Description void
ComboBox. setListBoxValues(ListBoxValues listBoxValues)
void
ComboBoxView.ComboBoxPresenter. setListBoxValues(ListBoxValues listBoxValues)
Constructors in org.jbpm.designer.client.util with parameters of type ListBoxValues Constructor Description ListBoxValues(ListBoxValues copy, boolean copyCustomValues)
-