Class TagDropConfig
- java.lang.Object
-
- com.inductiveautomation.perspective.common.config.tagdrop.TagDropConfig
-
public class TagDropConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TagDropConfig.GsonAdapter
static class
TagDropConfig.TagDropConfigBuilder
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<DataType>
DEFAULT_DATATYPES
static ResourceType
RESOURCE_TYPE
-
Constructor Summary
Constructors Constructor Description TagDropConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TagDropConfig
createDefault()
java.util.Collection<java.lang.String>
findComponentsFor(NodeBrowseInfo info)
Find the component types that are configured to be applicable for the given tag dropjava.util.Collection<java.lang.String>
getAvailableBindingComponentIds()
java.util.Collection<DropBindingConfig>
getBindings(java.lang.String componentId)
java.util.Collection<java.lang.String>
getComponentsForDatatype(DataType dataType)
java.util.Collection<DataType>
getDataTypes()
static TagDropConfig.TagDropConfigBuilder
newBuilder()
-
-
-
Field Detail
-
RESOURCE_TYPE
public static final ResourceType RESOURCE_TYPE
-
DEFAULT_DATATYPES
public static final java.util.List<DataType> DEFAULT_DATATYPES
-
-
Method Detail
-
findComponentsFor
public java.util.Collection<java.lang.String> findComponentsFor(NodeBrowseInfo info)
Find the component types that are configured to be applicable for the given tag drop
-
getBindings
public java.util.Collection<DropBindingConfig> getBindings(java.lang.String componentId)
-
getComponentsForDatatype
public java.util.Collection<java.lang.String> getComponentsForDatatype(DataType dataType)
-
getDataTypes
public java.util.Collection<DataType> getDataTypes()
-
getAvailableBindingComponentIds
public java.util.Collection<java.lang.String> getAvailableBindingComponentIds()
-
newBuilder
public static TagDropConfig.TagDropConfigBuilder newBuilder()
-
createDefault
public static TagDropConfig createDefault()
-
-