Class TagDropConfig


  • public class TagDropConfig
    extends java.lang.Object
    • Field Detail

      • RESOURCE_TYPE

        public static final ResourceType RESOURCE_TYPE
      • DEFAULT_DATATYPES

        public static final java.util.List<DataType> DEFAULT_DATATYPES
    • Constructor Detail

      • TagDropConfig

        public TagDropConfig()
    • 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()