Class DropZone

    • Field Detail

      • ATT_ADDITIONAL_RULE

        protected static final java.lang.String ATT_ADDITIONAL_RULE
        xml attribute name for the DropZone additional rule
        See Also:
        Constant Field Values
      • ATT_ID

        protected static final java.lang.String ATT_ID
        xml attribute name for the DropZone id
        See Also:
        Constant Field Values
      • ATT_RULE

        protected static final java.lang.String ATT_RULE
        xml attribute name for the DropZone rule
        See Also:
        Constant Field Values
      • ATT_TYPE

        protected static final java.lang.String ATT_TYPE
        xml attribute name for the DropZone type
        See Also:
        Constant Field Values
      • ATT_WIDGET_PROP

        protected static final java.lang.String ATT_WIDGET_PROP
        xml attribute name for the DropZone widget prop
        See Also:
        Constant Field Values
    • Constructor Detail

      • DropZone

        public DropZone()
    • Method Detail

      • getAdditionalRule

        public java.lang.String getAdditionalRule()
      • getId

        public java.lang.String getId()
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
      • getRule

        public java.lang.String getRule()
      • getType

        public java.lang.String getType()
      • getWidgetProp

        public java.lang.String getWidgetProp()