Uses of Class
com.iizigo.panel.DropInfo

Packages that use DropInfo
Package
Description
 
  • Uses of DropInfo in com.iizigo.panel.prop

    Methods in com.iizigo.panel.prop with parameters of type DropInfo
    Modifier and Type
    Method
    Description
    EAbsoluteLayout.onDrop(DropInfo di)
    Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
    EBorderLayout.onDrop(DropInfo di)
    Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
    EFlexLayout.onDrop(DropInfo di)
    Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
    EGridLayout.onDrop(DropInfo di)
    Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
    EHeadingLayout.onDrop(DropInfo di)
    Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
    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.