com.spss.psapi.extensions.ui.spi

Interface CustomRowCloneable



  • public interface CustomRowCloneable
    Supplemental interface of CustomRowMovable. A CustomFieldSelectionModel must implement this interface to enable the copy button.
    Since:
    PSAPI 18.0
    Author:
    tfu
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void cloneRow(int index)
      Clone the item at the index.
      void cloneRows(int[] indexes)
      Clone the items at the indexes.
    • Method Detail

      • cloneRow

        void cloneRow(int index)
        Clone the item at the index.
        Parameters:
        index - the item to clone
      • cloneRows

        void cloneRows(int[] indexes)
        Clone the items at the indexes.
        Parameters:
        index - the items to clone

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.