Class IJCWidgetTransferObject

  • All Implemented Interfaces:
    IJCTransferObject

    public final class IJCWidgetTransferObject
    extends java.lang.Object
    implements IJCTransferObject
    TransferObject for copy/cut/paste of widgets in design mode. Contains some eagerly computed data because cut action removes widgets from source and makes it impossible to access the state of widget later.
    • Constructor Detail

    • Method Detail

      • getSchemas

        public java.util.Collection<? extends com.im.df.api.ddl.DFSchema> getSchemas()
        Description copied from interface: IJCTransferObject
        Get all schemas referenced by this object. This is needed for example when closing the schema to find out whether the clipboard needs to be cleaned up,
        Specified by:
        getSchemas in interface IJCTransferObject
        Returns:
        all schemas referenced by this object