Interface Variation1Delegate
public interface Variation1Delegate
Delegate to validate and/or return the information related to Variation1.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultVariation1(ViewManageable viewManageable) Get Variation1, which is to be used as the default one.
-
Method Details
-
getDefaultVariation1
Get Variation1, which is to be used as the default one.
Supported API: true- Parameters:
viewManageable- ViewManageable object- Returns:
- Variation1 Default variation1
- Throws:
WTException
-