Package wt.productfamily
Class PSBVariantSpecDefaultNavCriteriaDelegate
java.lang.Object
wt.filter.DefaultGetDefaultNavCriteriaDelegate
wt.productfamily.PSBVariantSpecDefaultNavCriteriaDelegate
- All Implemented Interfaces:
wt.filter.GetDefaultNavCriteriaDelegate
public class PSBVariantSpecDefaultNavCriteriaDelegate
extends wt.filter.DefaultGetDefaultNavCriteriaDelegate
Default navigation criteria delegate for Variant Spec Structure Browser. It is recommended that any custom navigation
criteria delegate for Variant Spec Structure Browser extends this implementation and overrides the
Supported API: true
Extendable: true
getDefaultNavCriteria(WTCollection, NavCriteriaContext) method to return the desired navigation criteria for
Variant Spec Structure Browser.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultNavCriteria(WTCollection seeds, NavCriteriaContext context) Returns a defaultNavigationCriteriafor Variant Spec specified in the givenNavCriteriaContext.
-
Method Details