Uses of Interface
org.jbpm.dashboard.dataset.editor.RemoteDataSetDefAttributesEditor
-
Packages that use RemoteDataSetDefAttributesEditor Package Description org.jbpm.dashboard.dataset.editor.impl org.jbpm.dashboard.dataset.editor.workflow -
-
Uses of RemoteDataSetDefAttributesEditor in org.jbpm.dashboard.dataset.editor.impl
Classes in org.jbpm.dashboard.dataset.editor.impl that implement RemoteDataSetDefAttributesEditor Modifier and Type Class Description class
RemoteDataSetDefAttributesEditor
KIE Server/Remote Data Set specific attributes editor presenter. -
Uses of RemoteDataSetDefAttributesEditor in org.jbpm.dashboard.dataset.editor.workflow
Methods in org.jbpm.dashboard.dataset.editor.workflow that return types with arguments of type RemoteDataSetDefAttributesEditor Modifier and Type Method Description protected Class<? extends com.google.gwt.editor.client.SimpleBeanEditorDriver<org.jbpm.workbench.ks.integration.RemoteDataSetDef,RemoteDataSetDefAttributesEditor>>
RemoteDataSetBasicAttributesWorkflow. getDriverClass()
protected Class<? extends RemoteDataSetDefAttributesEditor>
RemoteDataSetBasicAttributesWorkflow. getEditorClass()
-