Class RemoteDataSetEditorPlugin
- java.lang.Object
-
- org.jbpm.dashboard.dataset.editor.impl.RemoteDataSetEditorPlugin
-
- All Implemented Interfaces:
org.dashbuilder.client.widgets.common.DataSetEditorPlugin
@Dependent public class RemoteDataSetEditorPlugin extends Object implements org.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
-
Constructor Summary
Constructors Constructor Description RemoteDataSetEditorPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getBasicAttributesWorkflowClass()org.dashbuilder.dataprovider.DataSetProviderTypegetProviderType()com.google.gwt.safehtml.shared.SafeUrigetTypeSelectorImageUri()StringgetTypeSelectorText()StringgetTypeSelectorTitle()Class<?>getWorkflowClass()
-
-
-
Method Detail
-
getTypeSelectorTitle
public String getTypeSelectorTitle()
- Specified by:
getTypeSelectorTitlein interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getTypeSelectorText
public String getTypeSelectorText()
- Specified by:
getTypeSelectorTextin interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getTypeSelectorImageUri
public com.google.gwt.safehtml.shared.SafeUri getTypeSelectorImageUri()
- Specified by:
getTypeSelectorImageUriin interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getProviderType
public org.dashbuilder.dataprovider.DataSetProviderType getProviderType()
- Specified by:
getProviderTypein interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getBasicAttributesWorkflowClass
public Class<?> getBasicAttributesWorkflowClass()
- Specified by:
getBasicAttributesWorkflowClassin interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getWorkflowClass
public Class<?> getWorkflowClass()
- Specified by:
getWorkflowClassin interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
-