Class ExternalFormDataPopulator
java.lang.Object
com.ptc.core.components.forms.DefaultAttributePopulator
com.ptc.windchill.enterprise.nativeapp.msoi.forms.ExternalFormDataPopulator
- All Implemented Interfaces:
com.ptc.core.components.forms.AttributePopulator,Externalizable,Serializable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.core.components.forms.DefaultAttributePopulator
EXTERNALIZATION_VERSION_UID -
Method Summary
Modifier and TypeMethodDescriptionPrepopulates the values for the document with form data provided in the externalFormData parameter
Supported API: trueMethods inherited from class com.ptc.core.components.forms.DefaultAttributePopulator
attemptToSetAttrValueFromFormData, getAllValueChangedAttributes, getAttrValueFromFormData, getContainerRef, getContainerRef, getFolderFromLaunchContext, isContainerOverridable, readExternal, setAttributeState, writeExternal
-
Method Details
-
prePopulateAttributeDisplayValues
Prepopulates the values for the document with form data provided in the externalFormData parameter
Supported API: true- Specified by:
prePopulateAttributeDisplayValuesin interfacecom.ptc.core.components.forms.AttributePopulator- Overrides:
prePopulateAttributeDisplayValuesin classDefaultAttributePopulator- Parameters:
ti- - type instancecb- - command bean.- Returns:
- new type instance with prepopulated values
-