Package com.ptc.jca.mvc.builders
package com.ptc.jca.mvc.builders
-
ClassesClassDescriptionThe default "editAttributesWizStep" builder.The default builder for the info component for typed based object.The default builder for the mini info component.Default Builder for "defineItemAttributesWizStep"
Supported API: true
Extendable: trueThis builder is used to display the primary attributes panel on information pages for TypeManaged objects.This builder creates attribute panels for layouts defined in the Type and Attributes Manager for the following screen types: Information Page – More Attributes (ScreenDefinitionName.MORE_ATTRIBUTES) Create New (ScreenDefinitinonName.CREATE) Edit (ScreenDefinitionName.UPDATE) These panels are displayed by the following actions defined for the object type "object": "attributes" - used to display the component typically labeled "More Attributes" on information pages "defineItemAttributesWizStep" - indirectly invokes this builder to create the "Attributes" panel in object creation wizards "editAttributesWizStep" - indirectly invokes this builder to create the "Attributes" panel in object edit wizards <br/
This builder overrides the Component Type set by the parent class as follows: ComponentType is set to ComponentType.INFO_ATTRIBUTES_TABLE if ComponentMode is VIEW Otherwise, ComponentType is set to ComponentType.WIZARD_ATTRIBUTES_TABLE
See the javadoc of the parent class for the ComponentMode, view, and datum object used for these panels.This builder adds a visualization component to the attribute panel created in the PrimaryAttributesBuilder super class.