Class HierarchicalDataCommunicatorConnector

    • Constructor Detail

      • HierarchicalDataCommunicatorConnector

        public HierarchicalDataCommunicatorConnector()
    • Method Detail

      • onRowDataUpdate

        protected void onRowDataUpdate​(elemental.json.JsonObject newRowData,
                                       elemental.json.JsonObject oldRowData)
        Description copied from class: DataCommunicatorConnector
        Called row updates from server side.

        This method exists for making it possible to copy data from the old object to the new one, if e.g. some data is not available in the server side when doing updates and would be missed otherwise.

        Overrides:
        onRowDataUpdate in class DataCommunicatorConnector
        Parameters:
        newRowData - the new row data
        oldRowData - the previous row data