Schnittstelle TreeViewDropPosition


public interface TreeViewDropPosition
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • BEFORE

      static final int BEFORE
      dropped row is inserted before
      Siehe auch:
    • AFTER

      static final int AFTER
      dropped row is inserted after
      Siehe auch:
    • INTO_OR_BEFORE

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

      static final int INTO_OR_AFTER
      dropped row becomes a child or is inserted after
      Siehe auch: