Class TableViewBindingListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • tableDataKeyChanged

        public void tableDataKeyChanged​(TableView tableView,
                                        java.lang.String previousTableDataKey)
        Deprecated.
        Description copied from interface: TableViewBindingListener
        Called when a table view's table data key has changed.
        Specified by:
        tableDataKeyChanged in interface TableViewBindingListener
        Parameters:
        tableView - The source of this event.
        previousTableDataKey - The previous key for the table data.
      • tableDataBindTypeChanged

        public void tableDataBindTypeChanged​(TableView tableView,
                                             BindType previousTableDataBindType)
        Deprecated.
        Description copied from interface: TableViewBindingListener
        Called when a table view's table data bind type has changed.
        Specified by:
        tableDataBindTypeChanged in interface TableViewBindingListener
        Parameters:
        tableView - The source of this event.
        previousTableDataBindType - The previous bind type for the table data.
      • selectedRowKeyChanged

        public void selectedRowKeyChanged​(TableView tableView,
                                          java.lang.String previousSelectedRowKey)
        Deprecated.
        Description copied from interface: TableViewBindingListener
        Called when a table view's selected row key has changed.
        Specified by:
        selectedRowKeyChanged in interface TableViewBindingListener
        Parameters:
        tableView - The source of this event.
        previousSelectedRowKey - The previous key for the selected row.
      • selectedRowBindTypeChanged

        public void selectedRowBindTypeChanged​(TableView tableView,
                                               BindType previousSelectedRowBindType)
        Deprecated.
        Description copied from interface: TableViewBindingListener
        Called when a table view's selected row bind type has changed.
        Specified by:
        selectedRowBindTypeChanged in interface TableViewBindingListener
        Parameters:
        tableView - The source of this event.
        previousSelectedRowBindType - The previous bind type for the selected row.
      • selectedRowsKeyChanged

        public void selectedRowsKeyChanged​(TableView tableView,
                                           java.lang.String previousSelectedRowsKey)
        Deprecated.
        Description copied from interface: TableViewBindingListener
        Called when a table view's selected rows key has changed.
        Specified by:
        selectedRowsKeyChanged in interface TableViewBindingListener
        Parameters:
        tableView - The source of this event.
        previousSelectedRowsKey - The previous key for obtaining the selected rows value.
      • selectedRowsBindTypeChanged

        public void selectedRowsBindTypeChanged​(TableView tableView,
                                                BindType previousSelectedRowsBindType)
        Deprecated.
        Description copied from interface: TableViewBindingListener
        Called when a table view's selected rows bind type has changed.
        Specified by:
        selectedRowsBindTypeChanged in interface TableViewBindingListener
        Parameters:
        tableView - The source of this event.
        previousSelectedRowsBindType - The previous bind type for the selected rows.