Interface NColumn<U,​T>

    • Method Detail

      • getData

        T getData​(String rowid)
      • startAsyncReinitialization

        void startAsyncReinitialization​(NexusTableModel model)
      • setDataProvider

        void setDataProvider​(U dataprovider)
      • getDataProvider

        U getDataProvider()
      • getRowFilterTypes

        List<String> getRowFilterTypes()
        NOTE: There are columns that have different row filters available depending on the colunn configuration. For these, the call to getRowFilterTypes() initializes the currently available filters. I.e. to create a filter, it is necessary to call getRowFilterTypes() before.
        Returns:
      • createRowFilter

        NColumn.NexusRowFilter<U> createRowFilter​(NexusTableModel tableModel,
                                                  String name)
        NOTE: There are columns that have different row filters available depending on the colunn configuration. For these, the call to getRowFilterTypes() initializes the currently available filters. I.e. to create a filter, it is necessary to call getRowFilterTypes() before.
        Parameters:
        tableModel -
        name -
        Returns: