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.DataSetProviderType
getProviderType()
com.google.gwt.safehtml.shared.SafeUri
getTypeSelectorImageUri()
String
getTypeSelectorText()
String
getTypeSelectorTitle()
Class<?>
getWorkflowClass()
-
-
-
Method Detail
-
getTypeSelectorTitle
public String getTypeSelectorTitle()
- Specified by:
getTypeSelectorTitle
in interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getTypeSelectorText
public String getTypeSelectorText()
- Specified by:
getTypeSelectorText
in interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getTypeSelectorImageUri
public com.google.gwt.safehtml.shared.SafeUri getTypeSelectorImageUri()
- Specified by:
getTypeSelectorImageUri
in interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getProviderType
public org.dashbuilder.dataprovider.DataSetProviderType getProviderType()
- Specified by:
getProviderType
in interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getBasicAttributesWorkflowClass
public Class<?> getBasicAttributesWorkflowClass()
- Specified by:
getBasicAttributesWorkflowClass
in interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
getWorkflowClass
public Class<?> getWorkflowClass()
- Specified by:
getWorkflowClass
in interfaceorg.dashbuilder.client.widgets.common.DataSetEditorPlugin
-
-