Interface IELayoutMgrDND<LAYOUT_PROP extends LayoutProp>

    • Field Detail

      • DESCR

        static final java.lang.String DESCR
        The description of this interface for layout managers.
        See Also:
        Constant Field Values
    • Method Detail

      • convertLayout

        void convertLayout​(ComplexOperation op,
                           UIContainer cnr,
                           LayoutMgr<?> oldLayout)
        Called to convert one layout to another when the layout has been dropped into a container. The conversion must apply to all components in the container, e.g. that all components gets the GridData instead of AbsoluteData.
        Parameters:
        op - The complex operation instance.
        cnr - The container.
        oldLayout - Old layout, already removed from the container and disposed of, null if none previously existed.
      • onDrop

        UIComp[] onDrop​(DropInfo di)
        Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
        Parameters:
        di - The drop information instance.
        Returns:
        The created components that will be selected, or null for aborted operation or failure.