Interface TableViewBindingListener

    • Method Detail

      • tableDataKeyChanged

        default void tableDataKeyChanged​(TableView tableView,
                                         java.lang.String previousTableDataKey)
        Called when a table view's table data key has changed.
        Parameters:
        tableView - The source of this event.
        previousTableDataKey - The previous key for the table data.
      • tableDataBindTypeChanged

        default void tableDataBindTypeChanged​(TableView tableView,
                                              BindType previousTableDataBindType)
        Called when a table view's table data bind type has changed.
        Parameters:
        tableView - The source of this event.
        previousTableDataBindType - The previous bind type for the table data.
      • tableDataBindMappingChanged

        default void tableDataBindMappingChanged​(TableView tableView,
                                                 TableView.TableDataBindMapping previousTableDataBindMapping)
        Called when a table view's table data bind mapping has changed.
        Parameters:
        tableView - The source of this event.
        previousTableDataBindMapping - The previous bind mapping for the table data.
      • selectedRowKeyChanged

        default void selectedRowKeyChanged​(TableView tableView,
                                           java.lang.String previousSelectedRowKey)
        Called when a table view's selected row key has changed.
        Parameters:
        tableView - The source of this event.
        previousSelectedRowKey - The previous key for the selected row.
      • selectedRowBindTypeChanged

        default void selectedRowBindTypeChanged​(TableView tableView,
                                                BindType previousSelectedRowBindType)
        Called when a table view's selected row bind type has changed.
        Parameters:
        tableView - The source of this event.
        previousSelectedRowBindType - The previous bind type for the selected row.
      • selectedRowBindMappingChanged

        default void selectedRowBindMappingChanged​(TableView tableView,
                                                   TableView.SelectedRowBindMapping previousSelectedRowBindMapping)
        Called when a table view's selected row bind mapping has changed.
        Parameters:
        tableView - The source of the event.
        previousSelectedRowBindMapping - The previous bind mapping for the selected row.
      • selectedRowsKeyChanged

        default void selectedRowsKeyChanged​(TableView tableView,
                                            java.lang.String previousSelectedRowsKey)
        Called when a table view's selected rows key has changed.
        Parameters:
        tableView - The source of this event.
        previousSelectedRowsKey - The previous key for obtaining the selected rows value.
      • selectedRowsBindTypeChanged

        default void selectedRowsBindTypeChanged​(TableView tableView,
                                                 BindType previousSelectedRowsBindType)
        Called when a table view's selected rows bind type has changed.
        Parameters:
        tableView - The source of this event.
        previousSelectedRowsBindType - The previous bind type for the selected rows.
      • selectedRowsBindMappingChanged

        default void selectedRowsBindMappingChanged​(TableView tableView,
                                                    TableView.SelectedRowBindMapping previousSelectedRowsBindMapping)
        Called when a table view's selected rows bind mapping has changed.
        Parameters:
        tableView - The source of this event.
        previousSelectedRowsBindMapping - The previous value of the bind mapping for the selected rows.