Class ChoiceSuggestionBean
java.lang.Object
com.ptc.windchill.option.choicecomponent.ChoiceSuggestionBean
An info bean class which contains Choice, Option and Alias information. The Choice, Option and Alias information is
based on the query result returned according to the input search String from UIs supporting Auto-suggest.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
-
Method Details
-
getChoice
Gets choice.
Supported API: true- Returns:
- Choice
-
setChoice
Sets choice.
Supported API: true- Parameters:
choice- Choice
-
getOption
Gets Option.
Supported API: true- Returns:
- Option
-
setOption
Sets Option.
Supported API: true- Parameters:
option- Option
-
getAlias
Gets alias.
Supported API: true- Returns:
- ExpressionAlias
-
setAlias
Sets alias.
Supported API: true- Parameters:
alais- ExpressionALias
-