Class SetDispositionPickerStepBuilder
java.lang.Object
com.ptc.mvc.components.AbstractComponentConfigBuilder
com.ptc.mvc.components.AbstractComponentBuilder
com.ptc.windchill.enterprise.change2.mvc.builders.wizards.SetDispositionPickerStepBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,com.ptc.mvc.components.ComponentConfigFactoryAware,ComponentDataBuilder
@ComponentBuilder("change.setDispositionPickerStep")
public class SetDispositionPickerStepBuilder
extends AbstractComponentBuilder
Builder for the set disposition picker step. A property panel is generated
based on the selected objects and the valid disposition types.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbuildComponentConfig(ComponentParams params) Generates a property panel to display the disposition component types for the picker step.protected List<ComponentConfig> getComponentList(ComponentParams params) Generates the list ofComponentConfigsfrom the list of selected objects.getDispositionIds(ComponentParams params) Generates the list of disposition component ids from the list of selected objects.Methods inherited from class com.ptc.mvc.components.AbstractComponentConfigBuilder
getComponentConfigFactory, getMessageSource, setComponentConfigFactory
-
Method Details
-
buildComponentConfig
Generates a property panel to display the disposition component types for the picker step.
Supported API: true- Parameters:
params-- Returns:
- Throws:
WTException
-
getComponentList
Generates the list ofComponentConfigsfrom the list of selected objects.
Supported API: true- Parameters:
params-- Returns:
- a list of
ComponentConfigsfor the property panel - Throws:
WTException
-
getDispositionIds
Generates the list of disposition component ids from the list of selected objects.
Supported API: true- Parameters:
params-- Returns:
- a list of disposition component ids
- Throws:
WTException
-