Package com.ptc.mvc.components
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
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuildComponentData(ComponentResultProcessor processor) Add data to the processor provided
Supported API: true
-
Method Details
-
buildComponentData
Add data to the processor provided
Supported API: true- Parameters:
processor-- Throws:
Exception
-