Interface TreeViewDropPosition


public interface TreeViewDropPosition
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    dropped row is inserted after
    static final int
    dropped row is inserted before
    static final int
    dropped row becomes a child or is inserted after
    static final int
    dropped row becomes a child or is inserted before
  • Field Details

    • BEFORE

      static final int BEFORE
      dropped row is inserted before
      See Also:
    • AFTER

      static final int AFTER
      dropped row is inserted after
      See Also:
    • INTO_OR_BEFORE

      static final int INTO_OR_BEFORE
      dropped row becomes a child or is inserted before
      See Also:
    • INTO_OR_AFTER

      static final int INTO_OR_AFTER
      dropped row becomes a child or is inserted after
      See Also: