Interface ICodeItemsOwnerSelectionSupport

    • Method Detail

      • clearSelection

        java.lang.String clearSelection()
        Clear the selection.
        Returns:
        null for success, otherwise the error message with the reason why it failed.
      • getSelectedIndex

        int getSelectedIndex()
        Gets the first selected index.
        Returns:
        The first index in the current selection, or -1 for none.
      • setSelection

        java.lang.String setSelection​(int index)
        Sets the selection as a single selected item at specified index.
        Parameters:
        index - The single item to select at index, -1 to clear the selection.
        Returns:
        null for success, otherwise an error message why the selection failed.