Interface ComponentDataBuilderAsync

All Known Implementing Classes:
com.ptc.windchill.enterprise.change2.mvc.builders.tables.AbstractAffectedAndResultingItemsTableBuilder, com.ptc.windchill.enterprise.change2.mvc.builders.tables.AbstractAssociatedChangesTable, com.ptc.windchill.enterprise.change2.mvc.builders.tables.AbstractChangeTableBuilder, com.ptc.windchill.enterprise.change2.mvc.builders.tables.AbstractFlexAssociatedChangesTable, AffectedDataTableBuilder, AffectedEndItemsTableBuilder, AffectedItemsTableBuilder, AssociatedChangesProcessTable, AssociatedChangesTable, FolderTableBuilder, ResultingItemsTableBuilder

public interface ComponentDataBuilderAsync
Builds the Async-data that will back an MVC component [DataSourceMode.ASYNCHRONOUS] Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add data to the processor provided

    Supported API: true
  • Method Details