Package wt.productfamily
Class PFMatrixEditorGetConfigSpecForDelegate
java.lang.Object
wt.vc.config.DefaultGetConfigSpecForDelegate
wt.productfamily.PFMatrixEditorGetConfigSpecForDelegate
- All Implemented Interfaces:
GetConfigSpecForDelegate2
Default configuration specification delegate that is used to create a list of configuration specifications for
Configurable Module Structure in Product Family Matrix Editor. It is recommended that any custom delegate for
Configurable Module Structure in Product Family Matrix Editor extends this implementation and overrides the
Supported API: true
Extendable: true
getConfigSpecFor(NavCriteriaContext) method to return the desired configuration specifications.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigSpecFor(NavCriteriaContext context) Returns a list ofWTPartConfigSpecbased on the information in the givenNavCriteriaContextMethods inherited from class wt.vc.config.DefaultGetConfigSpecForDelegate
getSandboxConfigSpecFor
-
Method Details