UIComp[] | EAbsoluteLayout.onDrop(DropInfo di) | Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data. |
---|
UIComp[] | EBorderLayout.onDrop(DropInfo di) | Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data. |
---|
UIComp[] | EFlexLayout.onDrop(DropInfo di) | Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data. |
---|
UIComp[] | EGridLayout.onDrop(DropInfo di) | Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data. |
---|
UIComp[] | EHeadingLayout.onDrop(DropInfo di) | Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data. |
---|
UIComp[] | IELayoutMgrDND.onDrop(DropInfo di) | Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data. |
---|
default UIComp[] | IELayoutMgrSimpleDND.onDrop(DropInfo di) | Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data. |
---|
void | EHeadingLayout.onDropCompleted(DropInfo di, UIComp[] newComps, ComplexOperation op) | Called prior to executing the operation after a drop, to perform some additional processing. |
---|
default void | IELayoutMgrSimpleDND.onDropCompleted(DropInfo di, UIComp[] newComps, ComplexOperation op) | Called prior to executing the operation after a drop, to perform some additional processing. |
---|
default UIComp[] | IELayoutMgrSimpleDND.onDropStandard(DropInfo di, int targetColumn) | The standard routine to perform a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data. |
---|