Package wt.vc.views
Class Variation1
java.lang.Object
wt.fc.EnumeratedType
wt.fc._DynamicEnumType
wt.fc.DynamicEnumType
wt.vc.views._Variation1
wt.vc.views.Variation1
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(superClass=DynamicEnumType.class,
supportedAPI=PUBLIC)
public final class Variation1
extends _Variation1
Variation1 is an enumerated type on ViewManageable objects to allow for
an extra degree of branching within a view. That is to say that a new
view version can be created from an existing view version without a change
of view but simply a change of variation1.
This attribute of ViewManageable can only be used when the preference
for allowing variations is enabled. The name of this preference is the
value of the constant ViewHelper.ALLOW_VIEW_VARIATIONS_PREF_NAME.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Variation1
Supported API: truestatic final Variation1
Supported API: truestatic final Variation1
Supported API: trueFields inherited from class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Modifier and TypeMethodDescriptionstatic Variation1toVariation1(String internal_value) Returns the Variation1 instance for the internal_value argument.Methods inherited from class wt.vc.views._Variation1
getLocaleSet, getValueSet, getVariation1Default, getVariation1Set, newVariation1, reloadEnumeratedTypeWithCustomValues, valueSetMethods inherited from class wt.fc.DynamicEnumType
getDisplay, getShortDescriptionMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
Field Details
-
PRODUCTION
Supported API: true -
COSTING
Supported API: true -
TESTING
Supported API: true
-
-
Method Details
-
toVariation1
Returns the Variation1 instance for the internal_value argument.
Supported API: true- Parameters:
internal_value- The internal (persistent) value for a valid instance of Variation1.- Returns:
- Variation1
- Throws:
WTInvalidParameterException
-